Overload | Description |
---|---|
SetShaderResources(Int32,ShaderResourceView[]) | Bind an array of shader resources to the shader stage. |
SetShaderResources(Int32,ComArray<ShaderResourceView>) | Bind an array of shader resources to the shader stage. |
SetShaderResources(Int32,Int32,ShaderResourceView[]) | Bind an array of shader resources to the shader stage. |
SetShaderResources(Int32,Int32,ComArray<ShaderResourceView>) | Bind an array of shader resources to the shader stage. |