Skip to content

Latest commit

 

History

History
87 lines (65 loc) · 2.58 KB

nf-d3d10shader-d3d10getinputsignatureblob.md

File metadata and controls

87 lines (65 loc) · 2.58 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:d3d10shader.D3D10GetInputSignatureBlob
D3D10GetInputSignatureBlob function (d3d10shader.h)
Get a buffer that contains shader-input signatures.
127a7a10-b34d-1640-0c7f-282d07d86e4c
D3D10GetInputSignatureBlob
D3D10GetInputSignatureBlob function [Direct3D 10]
d3d10shader/D3D10GetInputSignatureBlob
direct3d10.d3d10getinputsignatureblob
direct3d10\d3d10getinputsignatureblob.htm
direct3d10
VS|directx_sdk|~\d3d10getinputsignatureblob.htm
12/05/2018
127a7a10-b34d-1640-0c7f-282d07d86e4c, D3D10GetInputSignatureBlob, D3D10GetInputSignatureBlob function [Direct3D 10], d3d10shader/D3D10GetInputSignatureBlob, direct3d10.d3d10getinputsignatureblob
d3d10shader.h
Windows
D3D10.lib
D3D10.dll
Windows
19H1
D3D10GetInputSignatureBlob
d3d10shader/D3D10GetInputSignatureBlob
c++
APIRef
kbSyntax
DllExport
D3D10.dll
D3D10GetInputSignatureBlob

D3D10GetInputSignatureBlob function

-description

Get a buffer that contains shader-input signatures.

-parameters

-param pShaderBytecode [in]

Type: const void*

A pointer to the compiled shader. To get this pointer see Getting a Pointer to a Compiled Shader.

-param BytecodeLength [in]

Type: SIZE_T

The size of the shader bytecode in bytes.

-param ppSignatureBlob [out]

Type: ID3D10Blob**

The address of a pointer to the buffer (see ID3D10Blob Interface).

-returns

Type: HRESULT

This method returns one of the following Direct3D 10 Return Codes.

-see-also

Core Functions

Shader Functions