This topic has not yet been rated - Rate this topic

D3D10GetOutputSignatureBlob function

Get a buffer that contains shader-output signatures.

Syntax


HRESULT D3D10GetOutputSignatureBlob(
  _In_   const void *pShaderBytecode,
  _In_   SIZE_T BytecodeLength,
  _Out_  ID3D10Blob **ppSignatureBlob
);

Parameters

pShaderBytecode [in]

Type: const void*

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

BytecodeLength [in]

Type: SIZE_T

The size of the shader bytecode in bytes.

ppSignatureBlob [out]

Type: ID3D10Blob**

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

Return value

Type: HRESULT

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

Requirements

Header

D3D10Shader.h

Library

D3D10.lib

DLL

D3D10.dll

See also

Core Functions

 

 

Build date: 11/28/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.