TextureFilter2D Properties |
The TextureFilter2D type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | LinearClampToEdge | Gets a texture filter with the following properties: |
![]() ![]() | LinearRepeat | Gets a texture filter with the following properties: |
![]() | 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: |
![]() ![]() | NearestRepeat | Gets a texture filter with the following properties: |
![]() | WrapS |
Gets the texture wrap for the s direction.
|
![]() | WrapT |
Gets the texture wrap for the t direction.
|