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

Return value

Returns nothing.

Requirements

Header

D3D12.h

Library

D3D12.lib

DLL

D3D12.dll

See also

ID3D12CommandList