Microsoft DirectX 9.0 SDK Update (October 2004)

PixelShader.GetFunction Method

Language:

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

Retrieves an array that contains the shader data.

Definition

Visual Basic .NET Public Function GetFunction() As Integer()
C# public int[] GetFunction();
Managed C++ public: int GetFunction() __gc[];
JScript .NET public function GetFunction() : int[];

Return Value

System.Int32[]. Array that contains the shader data.

Remarks

Exceptions
ArgumentException Leave Site An error occurred while trying to retrieve the shader data.
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 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