SurfaceMeshPrimitiveSupported Method (SurfaceMeshRenderingMethod) |
Determines whether or not the video card supports the surface mesh primitive
with the given renderingMethod.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public static bool Supported(
SurfaceMeshRenderingMethod renderingMethod
)
Public Shared Function Supported (
renderingMethod As SurfaceMeshRenderingMethod
) As Boolean
public:
static bool Supported(
SurfaceMeshRenderingMethod renderingMethod
)
static member Supported :
renderingMethod : SurfaceMeshRenderingMethod -> bool
Parameters
- renderingMethod
- Type: AGI.Foundation.Graphics.AdvancedSurfaceMeshRenderingMethod
The rendering method to check support for.
Return Value
Type:
Booleantrue if the video card supports the surface mesh primitive using
the given
renderingMethod; otherwise,
false.
Exceptions See Also