Click or drag to resize

TextureFilter2DSupported Method

Gets whether or not the video card supports the specified textureWrap.

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 static bool Supported(
	TextureWrap textureWrap
)

Parameters

textureWrap
Type: AGI.Foundation.Graphics.RendererTextureWrap
The texture wrap to check support for.

Return Value

Type: Boolean
if the video card supports textureWrap; otherwise .
Exceptions
ExceptionCondition
UnsupportedCaseExceptiontextureWrap must be a valid enumeration value in TextureWrap.
See Also