Improving Material shader code generation

This commit is contained in:
Dynamitos
2020-09-19 14:36:50 +02:00
parent 6814587b54
commit facbfed79c
72 changed files with 1049 additions and 329 deletions
+13 -1
View File
@@ -4,6 +4,7 @@
"git.enabled": false,
"files.associations": {
"*.h": "cpp",
"*.ush": "hlsl",
"xstring": "cpp",
"list": "cpp",
"xhash": "cpp",
@@ -93,7 +94,18 @@
"shared_mutex": "cpp",
"unordered_set": "cpp",
"csetjmp": "cpp",
"memory_resource": "cpp"
"memory_resource": "cpp",
"*.inc": "cpp",
"any": "cpp",
"bit": "cpp",
"cfenv": "cpp",
"cinttypes": "cpp",
"compare": "cpp",
"execution": "cpp",
"hash_map": "cpp",
"hash_set": "cpp",
"scoped_allocator": "cpp",
"stack": "cpp"
},
"cmake.generator": "Ninja",
"cmake.skipConfigureIfCachePresent": false,