| オーバーロード | 解説 | 
|---|---|
| SetConstantBuffers(Int32,Buffer[]) | Sets an array of constant buffers to be used by the shader stage. | 
| SetConstantBuffers(Int32,ComArray<Buffer>) | Sets an array of constant buffers to be used by the shader stage. | 
| SetConstantBuffers(Int32,Int32,Buffer[]) | Set the constant buffers used by the shader pipeline stage. | 
| SetConstantBuffers(Int32,Int32,ComArray<Buffer>) | Set the constant buffers used by the shader pipeline stage. |