?/TD>
Microsoft DirectX 9.0

D3DVS_VERSION Macro


Create a vertex shader version number token.

Syntax

#define D3DVS_VERSION(Major, Minor)

Remarks

Version Numbers

The version number is a combination of the major version and the minor vertex shader version numbers. Valid numbers are shown in the table.

Major Minor Example
1 1 D3DVS_VERSION(1,1)
2 0 D3DVS_VERSION(2,0)
3 0 D3DVS_VERSION(3,0)

Macro Information

Headerd3d9types.h
Minimum operating systems Windows 98


© 2002 Microsoft Corporation. All rights reserved.