Version Token

Token versi menjelaskan nomor versi kode shader dan memberi tahu driver apakah kode shader adalah untuk piksel atau shader vertex. Token versi terdiri dari bit berikut:

Bit

[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. Untuk shader piksel, nilainya 0xFFFF. Untuk shader vertex, nilainya 0xFFFE.

Persyaratan

Tersedia di Windows Vista dan versi sistem operasi Windows yang lebih baru.