GeometryShaderStage Constructor
In This Topic
Initializes a new instance of the
GeometryShaderStage class.
Syntax
'Declaration
Public Function New( _
ByVal As IntPtr _
)
public GeometryShaderStage(
IntPtr
)
Parameters
- nativePtr
- The native pointer.
See Also