Click or drag to resize

SurfaceMeshPrimitiveSupported Method

Determines whether or not the video card supports the surface mesh primitive. This is equivalent to calling Supported(SurfaceMeshRenderingMethod) with Automatic.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public static bool Supported()

Return Value

Type: Boolean
true if the video card supports the surface mesh primitive; otherwise, false.
See Also