Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.88 KB

nf-d3dcompiler-d3dgetoutputsignatureblob.md

File metadata and controls

83 lines (64 loc) · 2.88 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:d3dcompiler.D3DGetOutputSignatureBlob
D3DGetOutputSignatureBlob function (d3dcompiler.h)
Note  D3DGetOutputSignatureBlob may be altered or unavailable for releases after Windows 8.1. Instead use D3DGetBlobPart with the D3D_BLOB_OUTPUT_SIGNATURE_BLOB value.  Gets the output signature from a compilation result.
7e5f0af9-0b60-521e-b5f2-72b0c89909a0
D3DGetOutputSignatureBlob
D3DGetOutputSignatureBlob function [HLSL]
d3dcompiler/D3DGetOutputSignatureBlob
direct3dhlsl.d3dgetoutputsignatureblob
direct3dhlsl\d3dgetoutputsignatureblob.htm
direct3dhlsl
VS|directx_sdk|~\d3dgetoutputsignatureblob.htm
12/05/2018
7e5f0af9-0b60-521e-b5f2-72b0c89909a0, D3DGetOutputSignatureBlob, D3DGetOutputSignatureBlob function [HLSL], d3dcompiler/D3DGetOutputSignatureBlob, direct3dhlsl.d3dgetoutputsignatureblob
d3dcompiler.h
Windows
D3dcompiler_47.lib
D3dcompiler_47.dll
Windows
19H1
D3DGetOutputSignatureBlob
d3dcompiler/D3DGetOutputSignatureBlob
c++
APIRef
kbSyntax
DllExport
d3dcompiler_47.dll
D3DGetOutputSignatureBlob

D3DGetOutputSignatureBlob function

-description

Note  D3DGetOutputSignatureBlob may be altered or unavailable for releases after Windows 8.1. Instead use D3DGetBlobPart with the D3D_BLOB_OUTPUT_SIGNATURE_BLOB value.
 
Gets the output signature from a compilation result.

-parameters

-param pSrcData [in]

Type: LPCVOID

A pointer to source data as compiled HLSL code.

-param SrcDataSize [in]

Type: SIZE_T

Length of pSrcData.

-param ppSignatureBlob [out]

Type: ID3DBlob**

A pointer to a buffer that receives the ID3DBlob interface that contains a compiled shader.

-returns

Type: HRESULT

Returns one of the Direct3D 11 return codes.

-see-also

Functions