[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.CommonShaderStage-1.Get

Get Method

Get()

Gets the shader currently assigned to the device.

Declaration
public T Get()
Returns
Type Description
T

The shader (null if no shader is assigned).

Get(ClassInstance[])

Gets the shader currently assigned to the device.

Declaration
public T Get(ClassInstance[] classInstances)
Parameters
Type Name Description
ClassInstance[] classInstances

An array that will be used to contain any class instances currently active.

Returns
Type Description
T

The shader (null if no shader is assigned).