Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Returns the red components of a Texture2DArray's four texel values that would be used in a bi-linear filtering operation.
Overload list
| Method | Description |
|---|---|
| GatherRed(S,float,int) | Returns the red components of the four texel values that would be used in a bi-linear filtering operation. |
| GatherRed(S,float,int,uint) | Returns the red components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |
| GatherRed(S,float,int2,int2,int2,int2) | Returns the red components of the four texel values that would be used in a bi-linear filtering operation. |
| GatherRed(S,float,int2,int2,int2,int2,uint) | Returns the red components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |