[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.CommonShaderStageBase.GetConstantBuffers

GetConstantBuffers Method

GetConstantBuffers(int, int)

Gets the constant buffers used by the shader stage.

Declaration
public Buffer[] GetConstantBuffers(int startSlot, int count)
Parameters
Type Name Description
int startSlot

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

int count

Number of buffers to retrieve.

Returns
Type Description
Buffer[]

An array of constant buffers.