ID3D12CommandList::SetComputeRootSignature method
[This documentation is preliminary and is subject to change.]
Sets the layout of the compute root signature.
Syntax
void SetComputeRootSignature(
[in] ID3D12RootSignature *pRootSignature
);
Parameters
pRootSignature [in]
Type: ID3D12RootSignature*A pointer to the ID3D12RootSignature object.
Return value
Returns nothing.
Requirements
Header |
D3D12.h |
Library |
D3D12.lib |
DLL |
D3D12.dll |