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: 23.1.416.0 (23.1.416.0)
Syntaxpublic static bool Supported(
TextureWrap textureWrap
)
Public Shared Function Supported (
textureWrap As TextureWrap
) As Boolean
public:
static bool Supported(
TextureWrap textureWrap
)
static member Supported :
textureWrap : TextureWrap -> bool
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
See Also