ShaderLoader.GetShaderVersion Method |
Language: |
Returns the version of the compiled shader.
Visual Basic Public Shared Function GetShaderVersion( _
ByVal function() As Integer _
) As VersionC# public static Version GetShaderVersion(
int[] function
);C++ public:
static Version^ GetShaderVersion(
array<int>^ function
);JScript public static function GetShaderVersion(
function : int[]
) : Version;
function System.Int32[]
Integer that represents a pointer to the shader function stream.
System.Version
A Version object that represents the shader version.
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