Texture2D::GatherGreen methods
Samples a Texture2D and returns the green component.
Overload list
Method | Description |
---|---|
GatherGreen(S,float,int) | Returns the green components of the four texel values that would be used in a bi-linear filtering operation. |
GatherGreen(S,float,int,uint) | Returns the green components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |
GatherGreen(S,float,int2,int2,int2,int2) | Returns the green components of the four texel values that would be used in a bi-linear filtering operation. |
GatherGreen(S,float,int2,int2,int2,int2,uint) | Returns the green components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |