Microsoft DirectX 8.0 (Visual Basic) |
Provides a method to specify the type and version of the shader code.
vs.mainVer.subVer
The following example illustrates how the vs instruction might be used.
vs.1.0 ; Vertex shader version 1.0.
This instruction is required to be at the beginning of all vertex shaders.