[]
void ID3D11DeviceContext1::HSGetConstantBuffers1([In] unsigned int StartSlot,[In] unsigned int NumBuffers,[Out, Buffer, Optional] ID3D11Buffer** ppConstantBuffers,[Out, Buffer, Optional] unsigned int* pFirstConstant,[Out, Buffer, Optional] unsigned int* pNumConstants)
public void HSGetConstantBuffers1(int startSlot, int numBuffers, Buffer[] constantBuffersOut, int[] firstConstantRef, int[] numConstantsRef)
| Type | Name | Description |
|---|---|---|
| int | startSlot | |
| int | numBuffers | |
| Buffer[] | constantBuffersOut | |
| int[] | firstConstantRef | |
| int[] | numConstantsRef |