ComponentOne Bitmap for UWP
C1.UWP.DX Assembly / C1.Util.DX.Direct3D11 Namespace / HullShaderStage Class / SetConstantBuffers Method

In This Topic
    SetConstantBuffers Method (HullShaderStage)
    In This Topic
    void ID3D11DeviceContext::HSSetConstantBuffers([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[In, Buffer, Optional] const void** ppConstantBuffers)
    Overload List
    OverloadDescription
    Sets an array of constant buffers to be used by the shader stage. (Inherited from C1.Util.DX.Direct3D11.CommonShaderStageBase)
    Sets an array of constant buffers to be used by the shader stage. (Inherited from C1.Util.DX.Direct3D11.CommonShaderStageBase)
    Set the constant buffers used by the shader pipeline stage. (Inherited from C1.Util.DX.Direct3D11.CommonShaderStageBase)
    Set the constant buffers used by the shader pipeline stage. (Inherited from C1.Util.DX.Direct3D11.CommonShaderStageBase)
    See Also