BaseEffect.GetValuePixelShader Method

Language:

Retrieves a pixel shader.

Definition

Visual Basic Public Function GetValuePixelShader( _
    ByVal parameter As EffectHandle _
) As PixelShader
C# public PixelShader GetValuePixelShader(
    EffectHandle parameter
);
C++ public:
PixelShaderGetValuePixelShader(
    EffectHandleparameter
);
JScript public function GetValuePixelShader(
    parameter : EffectHandle
) : PixelShader;

Parameters

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

Return Value

Microsoft.DirectX.Direct3D.PixelShader
A PixelShader 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