Function getRequiredFeatureForTextureFormat

  • Gets the feature needed for a give texture format or undefined if none.

    Parameters

    • format: GPUTextureFormat

    Returns undefined | "depth32float-stencil8" | "texture-compression-bc" | "texture-compression-etc2" | "texture-compression-astc"

Generated using TypeDoc