ID3D12GraphicsCommandList::SetComputeRootSignature method (d3d12.h)

Sets the layout of the compute root signature.

Syntax

void SetComputeRootSignature(
  [in, optional] ID3D12RootSignature *pRootSignature
);

Parameters

[in, optional] pRootSignature

Type: ID3D12RootSignature*

A pointer to the ID3D12RootSignature object.

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header d3d12.h
Library D3d12.lib
DLL D3d12.dll

See also

ID3D12GraphicsCommandList