Texture2D::GatherCmpGreen methods

Samples and compares a Texture2D and returns the green component.

Overload list

Method Description
GatherCmpGreen(S,float,float,int) Samples and compares a texture and returns the green component.
GatherCmpGreen(S,float,float,int,uint) Samples and compares a texture and returns the green component along with status about the operation.
GatherCmpGreen(S,float,float,int2,int2,int2,int2) Samples and compares a texture and returns the green component.
GatherCmpGreen(S,float,float,int2,int2,int2,int2,uint) Samples and compares a texture and returns the green component along with status about the operation.

See also

Texture2D