Skip to content

Latest commit

 

History

History
83 lines (64 loc) · 2.77 KB

nf-d3d10shader-d3d10getshaderdebuginfo.md

File metadata and controls

83 lines (64 loc) · 2.77 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.D3D10GetShaderDebugInfo
D3D10GetShaderDebugInfo function (d3d10shader.h)
Get shader debug info. Debug info is generated by D3D10CompileShader and is embedded in the body of the shader.
8d9f638d-18e5-edcf-f803-bb2b87bf911a
D3D10GetShaderDebugInfo
D3D10GetShaderDebugInfo function [Direct3D 10]
d3d10shader/D3D10GetShaderDebugInfo
direct3d10.d3d10getshaderdebuginfo
direct3d10\d3d10getshaderdebuginfo.htm
direct3d10
VS|directx_sdk|~\d3d10getshaderdebuginfo.htm
12/05/2018
8d9f638d-18e5-edcf-f803-bb2b87bf911a, D3D10GetShaderDebugInfo, D3D10GetShaderDebugInfo function [Direct3D 10], d3d10shader/D3D10GetShaderDebugInfo, direct3d10.d3d10getshaderdebuginfo
d3d10shader.h
Windows
D3D10.lib
D3D10.dll
Windows
19H1
D3D10GetShaderDebugInfo
d3d10shader/D3D10GetShaderDebugInfo
c++
APIRef
kbSyntax
DllExport
D3D10.dll
D3D10GetShaderDebugInfo

D3D10GetShaderDebugInfo function

-description

Get shader debug info. Debug info is generated by D3D10CompileShader and is embedded in the body of the shader.

-parameters

-param pShaderBytecode

Type: const void*

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

-param BytecodeLength

Type: SIZE_T

Length of the shader bytecode buffer.

-param ppDebugInfo

Type: ID3D10Blob**

Pointer to an ID3D10Blob Interface used to return debug info. For information about the layout of this buffer, see D3D10_SHADER_DEBUG_INFO.

-returns

Type: HRESULT

Returns one of the following Direct3D 10 Return Codes.

-see-also

Shader Functions