Skip to content

Latest commit

 

History

History
68 lines (58 loc) · 2.28 KB

nn-d3d12shader-id3d12shaderreflectionvariable.md

File metadata and controls

68 lines (58 loc) · 2.28 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
NN:d3d12shader.ID3D12ShaderReflectionVariable
ID3D12ShaderReflectionVariable (d3d12shader.h)
This shader-reflection interface provides access to a variable. (ID3D12ShaderReflectionVariable)
ID3D12ShaderReflectionVariable
ID3D12ShaderReflectionVariable interface
ID3D12ShaderReflectionVariable interface
described
d3d12shader/ID3D12ShaderReflectionVariable
direct3d12.id3d12shaderreflectionvariable
direct3d12\id3d12shaderreflectionvariable.htm
direct3d12
E4CF0C77-2792-46DC-B38F-22C0ACBFD615
12/05/2018
ID3D12ShaderReflectionVariable, ID3D12ShaderReflectionVariable interface, ID3D12ShaderReflectionVariable interface,described, d3d12shader/ID3D12ShaderReflectionVariable, direct3d12.id3d12shaderreflectionvariable
d3d12shader.h
Windows
Windows
19H1
ID3D12ShaderReflectionVariable
d3d12shader/ID3D12ShaderReflectionVariable
c++
APIRef
kbSyntax
COM
d3d12shader.h
ID3D12ShaderReflectionVariable

ID3D12ShaderReflectionVariable interface

-description

This shader-reflection interface provides access to a variable.

-inheritance

The ID3D12ShaderReflectionVariable interface inherits from the IUnknown interface. ID3D12ShaderReflectionVariable also has these types of members:

-remarks

To get a shader-reflection-variable interface, call a method like ID3D12ShaderReflection::GetVariableByName. This isn't a COM interface, so you don't need to worry about reference counts or releasing the interface when you're done with it.

-see-also

Shader Interfaces