Description
Determines whether or not the video card supports the surface mesh primitive. This is equivalent to calling
Supported with
Automatic.
Syntax
[Visual Basic .NET] |
---|
Public Function SupportedWithDefaultRenderingMethod() As Boolean
|
[C#] |
---|
public bool SupportedWithDefaultRenderingMethod();
|
[Managed C++] |
---|
public: bool SupportedWithDefaultRenderingMethod();
|
[Java] |
---|
public bool supportedWithDefaultRenderingMethod();
|
[Unmanaged C++] |
---|
public: HRESULT SupportedWithDefaultRenderingMethod( VARIANT_BOOL * ReturnValue );
|
See Also