Texture2DArray::Gather methods

Returns the four texel values of a Texture2DArray that would be used in a bi-linear filtering operation.

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

Overload list

Method Description
Gather(S,float,int) Returns the four texel values that would be used in a bi-linear filtering operation.
Gather(S,float,int,uint) Returns the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status.

See also

Texture2DArray