Click or drag to resize

TextureFilter2D Properties

The TextureFilter2D type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberLinearClampToEdge

Gets a texture filter with the following properties:

Public propertyStatic memberLinearRepeat

Gets a texture filter with the following properties:

Public propertyMagnificationFilter
Gets the magnification filter used when the pixel being textured maps to an area greater than one texel.
Public propertyMinificationFilter
Gets the minification filter used when the pixel being textured maps to an area less than or equal to one texel.
Public propertyStatic memberNearestClampToEdge

Gets a texture filter with the following properties:

Public propertyStatic memberNearestRepeat

Gets a texture filter with the following properties:

Public propertyWrapS
Gets the texture wrap for the s direction.
Public propertyWrapT
Gets the texture wrap for the t direction.
Top
See Also