소스 검색

Update DXIL.rst

yurido1 8 년 전
부모
커밋
ff050a9f18
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/DXIL.rst

+ 1 - 1
docs/DXIL.rst

@@ -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> }