浏览代码

Fix typo in documentation (#2273)

This corrects "Systen" to "System".
Erik Faye-Lund 6 年之前
父节点
当前提交
90e072bfd0
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/DXIL.rst

+ 1 - 1
docs/DXIL.rst

@@ -125,7 +125,7 @@ DXIL 1.1 Changes
 Main two features that were introduced for DXIL1.1 (Shader Model 6.1) are view instancing and barycentric coordinates. Specifically, there are following changes to the DXIL representation.
 Main two features that were introduced for DXIL1.1 (Shader Model 6.1) are view instancing and barycentric coordinates. Specifically, there are following changes to the DXIL representation.
 
 
 * New Intrinsics - AttributeAtVertex_, ViewID
 * New Intrinsics - AttributeAtVertex_, ViewID
-* New Systen Generated Value - SV_Barycentrics
+* New System Generated Value - SV_Barycentrics
 * New Container Part - ILDN
 * New Container Part - ILDN
 
 
 DXIL 1.2 Changes
 DXIL 1.2 Changes