ID3D10EffectShaderVariable interface (d3d10effect.h)

A shader-variable interface accesses a shader variable.

Inheritance

The ID3D10EffectShaderVariable interface inherits from ID3D10EffectVariable. ID3D10EffectShaderVariable also has these types of members:

Methods

The ID3D10EffectShaderVariable interface has these methods.

 
ID3D10EffectShaderVariable::GetGeometryShader

Get a geometry shader.
ID3D10EffectShaderVariable::GetInputSignatureElementDesc

Get an input-signature description.
ID3D10EffectShaderVariable::GetOutputSignatureElementDesc

Get an output-signature description.
ID3D10EffectShaderVariable::GetPixelShader

Get a pixel shader.
ID3D10EffectShaderVariable::GetShaderDesc

Get a shader description. (ID3D10EffectShaderVariable.GetShaderDesc)
ID3D10EffectShaderVariable::GetVertexShader

Get a vertex shader.

Requirements

Requirement Value
Target Platform Windows
Header d3d10effect.h

See also

Effect Interfaces (Direct3D 10)

ID3D10EffectVariable