Add .cginc extension to HLSL language (#3491)

* Add .cginc extension to HLSL language

* Move extension to correct position

* Add representative sample .cginc file
This commit is contained in:
Tim Jones
2017-04-20 16:48:48 +08:00
committed by Colin Seymour
parent e5e81a8560
commit 8da7cb805e
2 changed files with 90 additions and 0 deletions

View File

@@ -1594,6 +1594,7 @@ HLSL:
type: programming
extensions:
- ".hlsl"
- ".cginc"
- ".fx"
- ".fxh"
- ".hlsli"