This commit is contained in:
yurido1 2017-05-24 16:22:46 -07:00 коммит произвёл GitHub
Родитель 4f4315cb6e
Коммит ff050a9f18
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -111,7 +111,7 @@ DXIL version
The primary mechanism to evolve HLSL capabilities is through shader models. However, DXIL version is reserved for additional flexibility of future extensions. There are two currently defined versions: 1.0 and 1.1.
DXIL version has major and minor versions that are specified as named metadata:
DXIL version has major and minor versions that are specified as named metadata::
!dx.version = !{ !0 }
!0 = !{ i32 <major>, i32 <minor> }