Determines whether a texture format is supported for a given type and usage.
a GPU context.
the texture format to check.
the type of texture (2D, 3D, Cube).
a bitmask of all usage scenarios to check.
whether the texture format is supported for this type and usage.
See Implementation
Determines whether a texture format is supported for a given type and usage.