Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Samples a Texture2D and returns the blue component.
Overload list
| Method | Description |
|---|---|
| GatherBlue(S,float,int) | Returns the blue components of the four texel values that would be used in a bi-linear filtering operation. |
| GatherBlue(S,float,int,uint) | Returns the blue components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |
| GatherBlue(S,float,int2,int2,int2,int2) | Returns the blue components of the four texel values that would be used in a bi-linear filtering operation. |
| GatherBlue(S,float,int2,int2,int2,int2,uint) | Returns the blue components of the four texel values that would be used in a bi-linear filtering operation, along with tile-mapping status. |