Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the version of the compiled shader.
Definition
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;
Parameters
function System.Int32[]
Integer that represents a pointer to the shader function stream.
Return Value
System.Version
A Versionobject that represents the shader version.
.gif)