BaseEffect.GetValueVertexShader Method

Language:

Retrieves a vertex shader.

Definition

Visual Basic Public Function GetValueVertexShader( _
    ByVal parameter As EffectHandle _
) As VertexShader
C# public VertexShader GetValueVertexShader(
    EffectHandle parameter
);
C++ public:
VertexShaderGetValueVertexShader(
    EffectHandleparameter
);
JScript public function GetValueVertexShader(
    parameter : EffectHandle
) : VertexShader;

Parameters

parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.

Return Value

Microsoft.DirectX.Direct3D.VertexShader
A VertexShader object.

Remarks

Exceptions
InvalidCallException The call is invalid.

Applies To

Effect, EffectCompiler

Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center