[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.CommonShaderStageBase.GetShaderResources

GetShaderResources Method

GetShaderResources(int, int)

Gets the shader resources used by the shader stage.

Declaration
public ShaderResourceView[] GetShaderResources(int startSlot, int count)
Parameters
Type Name Description
int startSlot

Index into the device's zero-based array from which to begin retrieving shader resources.

int count

Number of resources to retrieve.

Returns
Type Description
ShaderResourceView[]

An array of shader resources.