Creates texture filters.
![]() |
Creates a texture filter using the specified minification/magnification options and texture wrap. |
![]() |
Creates a texture filter using the specified minification/magnification options. |
![]() |
Creates a texture filter using the specified texture wrap. |
![]() |
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 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 |