Basic UI quad, yay

This commit is contained in:
Dynamitos
2021-09-23 10:10:39 +02:00
parent df977110d3
commit 632d120f6d
51 changed files with 579 additions and 187 deletions
+7 -2
View File
@@ -4,6 +4,7 @@
"files.associations": {
"*.h": "cpp",
"*.ush": "hlsl",
"*.pl": "prolog",
"xstring": "cpp",
"list": "cpp",
"xhash": "cpp",
@@ -108,7 +109,10 @@
"coroutine": "cpp",
"*.tcc": "cpp",
"stop_token": "cpp",
"span": "cpp"
"span": "cpp",
"charconv": "cpp",
"format": "cpp",
"semaphore": "cpp"
},
"cmake.skipConfigureIfCachePresent": false,
"cmake.configureArgs": [
@@ -118,5 +122,6 @@
"C_Cpp.default.intelliSenseMode": "msvc-x64",
"files.watcherExclude": {
"**/target": true
}
},
"C_Cpp.errorSquiggles": "Disabled"
}