Remaps constant buffer inheritance.
public:
void RemapConstantBufferInheritance(
D3D11_STAGE Stage,
UINT Slot,
D3D11_STAGE InheritStage,
UINT InheritSlot
)
Stage
Type: D3D11_STAGE
[in] The stage, as a D3D11_STAGE.
Slot
Type: UINT
[in] The slot number.
InheritStage
Type: D3D11_STAGE
[in] The stage to inherit, as a D3D11_STAGE.
InheritSlot
Type: UINT
[in] The slot number to inherit.
Header: Declared in d3d11_x.h.
Library: Use d3d11_x.lib.