Load Texture Rework Needed

This commit is contained in:
2024-09-27 17:06:02 +02:00
parent 6a8172ab1f
commit cabf9b39d8
8 changed files with 122 additions and 16 deletions

View File

@@ -0,0 +1,18 @@
{
"configurations": [
{
"name": "windows-gcc-x64",
"includePath": [
"${workspaceFolder}/**"
],
"compilerPath": "gcc",
"cStandard": "${default}",
"cppStandard": "${default}",
"intelliSenseMode": "windows-gcc-x64",
"compilerArgs": [
""
]
}
],
"version": 4
}