ShaderLoader.GetShaderOutputSemantics Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Retrieves the semantics for all shader output elements.
Definition
Visual Basic .NET |
Public Shared Function GetShaderOutputSemantics( _ ByVal function() As Integer _ ) As Semantic() |
C# |
public static Semantic[] GetShaderOutputSemantics( int[] function ); |
Managed C++ |
public: static Semantic GetShaderOutputSemantics( int function __gc[] ) __gc[]; |
JScript .NET |
public static function GetShaderOutputSemantics( function : int[] ) :
Semantic[]; |
Parameters
function
|
System.Int32[]. Integer that represents a pointer to the shader function stream. |
Return Value
Microsoft.DirectX.Direct3D.Semantic[]. Array of Semantic objects that represent the semantics for each output element referenced by the shader.
Remarks
© 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