Skip to content

Latest commit

 

History

History
88 lines (66 loc) · 1.61 KB

nc-d3d12umddi-pfnd3d12ddi_create_root_signature_0001.md

File metadata and controls

88 lines (66 loc) · 1.61 KB
UID title description ms.date keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.lib req.dll req.irql req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library targetos tech.root ms.custom f1_keywords topic_type api_type api_location api_name dev_langs
NC:d3d12umddi.PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001
PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001 (d3d12umddi.h)
Create a root signature.
10/19/2018
PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001 callback function
d3d12umddi.h
Windows
display
RS5
PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001
d3d12umddi/PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001
apiref
UserDefined
d3d12umddi.h
PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001
c++

PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001 callback function

-description

Create a root signature.

-parameters

-param unnamedParam1

A handle to the display device (graphics context).

-param unnamedParam2

Pointer to a D3D12DDIARG_CREATE_ROOT_SIGNATURE_0001 structure.

-param unnamedParam3

A handle to a root signature.

-returns

Returns HRESULT.

-prototype

//Declaration

PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001 Pfnd3d12ddiCreateRootSignature0001; 

// Definition

HRESULT Pfnd3d12ddiCreateRootSignature0001 
(
	 D3D12DDI_HDEVICE
	CONST D3D12DDIARG_CREATE_ROOT_SIGNATURE_0001 *
	 D3D12DDI_HROOTSIGNATURE
)
{...}

PFND3D12DDI_CREATE_ROOT_SIGNATURE_0001