Click or drag to resize

TextureFilter2DSupported Method

Gets whether the video card supports the specified textureWrap.

Namespace:  AGI.Foundation.Graphics.Renderer
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.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