Texture2DArray::GatherCmp methods

For four texel values of a Texture2DArray that would be used in a bi-linear filtering operation, returns their comparison against a compare value.

See the documentation on gather4_c for more information describing the underlying DXBC instruction.

Overload list

Method Description
GatherCmp(S,float,float,int) Samples and compares a texture and returns all four components.
GatherCmp(S,float,float,int,uint) Samples and compares a texture and returns all four components along with status about the operation.

See also

Texture2DArray