C1.Win.C1DX.4.8 Assembly / C1.Util.DX.Direct3D11 Namespace / VertexShader Class / Create Method
The device used to create the shader.
The compiled shader bytecode.
A dynamic class linkage interface.

In This Topic
Create Method (VertexShader)
In This Topic
Initializes a new instance of the VertexShader class.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal device As Device, _
   ByVal shaderBytecode() As System.Byte, _
   Optional ByVal linkage As ClassLinkage _
) As VertexShader
 

Parameters

device
The device used to create the shader.
shaderBytecode
The compiled shader bytecode.
linkage
A dynamic class linkage interface.
See Also