BaseEffect.GetValuePixelShader Method |
Language: |
Retrieves a pixel shader.
Visual Basic Public Function GetValuePixelShader( _
ByVal parameter As EffectHandle _
) As PixelShaderC# public PixelShader GetValuePixelShader(
EffectHandle parameter
);C++ public:
PixelShader^ GetValuePixelShader(
EffectHandle^ parameter
);JScript public function GetValuePixelShader(
parameter : EffectHandle
) : PixelShader;
parameter Microsoft.DirectX.Direct3D.EffectHandle
Unique EffectHandle identifier.
Microsoft.DirectX.Direct3D.PixelShader
A PixelShader 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