ShaderLoader.GetSamplers Method
|
Language: |
Note: This documentation is preliminary and is subject to change.
Gets the sampler names referenced in a shader.
Definition
Visual Basic .NET |
Public Shared Function GetSamplers( _ ByVal function As Integer _ ) As String() |
C# |
public static string[] GetSamplers( int function ); |
Managed C++ |
public: static String* GetSamplers( int function ) __gc[]; |
JScript .NET |
public static function GetSamplers( function : int ) :
String[]; |
Parameters
function
|
System.Int32. An integer pointer that represents the shader function stream. |
Return Value
System.String[]. Returns a string array that contains the sampler names in the shader function stream.
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