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