• Returns true if texture is filterable as texture_xxx<f32>

    examples:

    • 'rgba8unorm' -> true
    • 'depth16unorm' -> false
    • 'rgba32float' -> true (you need to enable feature 'float32-filterable')

    Parameters

    • format: GPUTextureFormat

    Returns boolean

Generated using TypeDoc