ComponentOne Bitmap for UWP
Create Method (ComputeShader)

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > ComputeShader Class : Create Method
The device used to create the shader.
The compiled shader bytecode.
A dynamic class linkage interface.
Initializes a new instance of the ComputeShader class.
Syntax
'Declaration
 
Public Shared Function Create( _
   ByVal device As Device, _
   ByVal shaderBytecode() As System.Byte, _
   Optional ByVal linkage As ClassLinkage _
) As ComputeShader
public static ComputeShader Create( 
   Device device,
   System.byte[] shaderBytecode,
   ClassLinkage linkage
)

Parameters

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

Reference

ComputeShader Class
ComputeShader Members