Click or drag to resize

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: 24.1.418.0 (24.1.418.0)
Syntax
public TextureFilter2D(
	TextureWrap wrapS,
	TextureWrap wrapT
)

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