TextureFilter2D Structure |
Namespace: AGI.Foundation.Graphics.Renderer
The TextureFilter2D type exposes the following members.
Name | Description | |
---|---|---|
![]() | TextureFilter2D(MinificationFilter, MagnificationFilter) |
Initializes a texture filter with the specified
minificationFilter and magnificationFilter.
|
![]() | TextureFilter2D(TextureWrap, TextureWrap) |
Initializes a texture filter with the specified
wrapS and wrapT.
|
![]() | TextureFilter2D(MinificationFilter, MagnificationFilter, TextureWrap, TextureWrap) |
Initializes a texture filter with the specified filters and texture wrap.
|
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.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Indicates whether another object is exactly equal to this instance.
(Overrides ValueType.Equals(Object).) |
![]() | Equals(TextureFilter2D) |
Indicates whether another instance of this type is exactly equal to this instance.
|
![]() | GetHashCode |
Returns a hash code for this instance, which is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides ValueType.GetHashCode().) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Supported |
Gets whether the video card supports the specified textureWrap.
|
![]() | ToString |
Returns the string representation of the value of this instance.
(Overrides ValueType.ToString().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Returns true if the two instances are exactly equal.
|
![]() ![]() | Inequality |
Returns true if the two instances are not exactly equal.
|