Function getRequiredFeatureForTextureFormat
- getRequiredFeatureForTextureFormat(format): undefined | "depth32float-stencil8" | "texture-compression-bc" | "texture-compression-etc2" | "texture-compression-astc" | "texture-formats-tier1"
Returns undefined | "depth32float-stencil8" | "texture-compression-bc" | "texture-compression-etc2" | "texture-compression-astc" | "texture-formats-tier1"
Gets the feature needed for a give texture format or undefined if none.