TextureCube::GatherCmp methods

For four texel values of a TextureCube 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,uint) Samples and compares a texture and returns all four components along with status about the operation.

See also

TextureCube