A texture filter.
LinearClampToEdge |
Gets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: ClampToEdge, WrapT: ClampToEdge |
LinearRepeat |
Gets a texture filter with the following properties: MinificationFilter: Linear, MagnificationFilter: Linear, WrapS: Repeat, WrapT: Repeat |
MagnificationFilter |
Gets the magnification filter used when the pixel being textured maps to an area greater than one texel. |
MinificationFilter |
Gets the minification filter used when the pixel being textured maps to an area less than or equal to one texel. |
NearestClampToEdge |
Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: ClampToEdge, WrapT: ClampToEdge |
NearestRepeat |
Gets a texture filter with the following properties: MinificationFilter: Nearest, MagnificationFilter: Nearest, WrapS: Repeat, WrapT: Repeat |
WrapS |
Gets the texture wrap for the s direction. |
WrapT |
Gets the texture wrap for the t direction. |