BaseEffect.GetValueVertexShader Method |
Language: |
Retrieves a vertex shader.
Visual Basic Public Function GetValueVertexShader( _
ByVal parameter As EffectHandle _
) As VertexShaderC# public VertexShader GetValueVertexShader(
EffectHandle parameter
);C++ public:
VertexShader^ GetValueVertexShader(
EffectHandle^ parameter
);JScript public function GetValueVertexShader(
parameter : EffectHandle
) : VertexShader;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
Microsoft.DirectX.Direct3D.VertexShader
A VertexShader object.
Exceptions
InvalidCallException The call is invalid.
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