Microsoft DirectX 9.0 SDK Update (October 2004)

BaseEffect.GetValuePixelShader Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a pixel shader.

Definition

Visual Basic .NET Public Function GetValuePixelShader( _
    ByVal parameter As EffectHandle _
) As PixelShader
C# public PixelShader GetValuePixelShader(
    EffectHandle parameter
);
Managed C++ public: PixelShader* GetValuePixelShader(
    EffectHandle *parameter
);
JScript .NET 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

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

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