Version Token

版本令牌描述着色器代码的版本号,并通知驱动程序着色器代码是用于像素还是顶点着色器。 版本令牌由以下位组成:

[07:00] Bits 0 through 7 indicate the minor version number or the code.

[15:08] Bits 8 through 15 specify the major version number or the code.

[31:16] Bits 16 through 31 specify whether the code is for a pixel or vertex shader. 对于像素着色器,该值0xFFFF。 对于顶点着色器,该值0xFFFE。

要求

在 Windows Vista 和更高版本的 Windows作系统中可用。