TextureFilter2D Constructor (TextureWrap, TextureWrap) |
Initializes a texture filter with the specified
wrapS and wrapT.
Namespace:
AGI.Foundation.Graphics.Renderer
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 23.1.416.0 (23.1.416.0)
Syntaxpublic TextureFilter2D(
TextureWrap wrapS,
TextureWrap wrapT
)
Public Sub New (
wrapS As TextureWrap,
wrapT As TextureWrap
)
public:
TextureFilter2D(
TextureWrap wrapS,
TextureWrap wrapT
)
new :
wrapS : TextureWrap *
wrapT : TextureWrap -> TextureFilter2D
Parameters
- wrapS
- Type: AGI.Foundation.Graphics.RendererTextureWrap
The texture wrap for the s direction. - wrapT
- Type: AGI.Foundation.Graphics.RendererTextureWrap
The texture wrap for the t direction.
See Also