ComponentOne Bitmap for UWP
Set(T) Method

C1.UWP.DX Assembly > C1.Util.DX.Direct3D11 Namespace > CommonShaderStage<T> Class > Set Method : Set(T) Method
The shader to assign to the device. Assign null to disable the compute shader.
Assigns a compute shader to the device.
Syntax
'Declaration
 
Public Overloads Sub Set( _
   ByVal shader As T _
) 
public void Set( 
   T shader
)

Parameters

shader
The shader to assign to the device. Assign null to disable the compute shader.
See Also

Reference

CommonShaderStage<T> Class
CommonShaderStage<T> Members
Overload List