Multiple changes to get a triangle working with hacky usage of descriptor heaps
Test Compilation / Build evk (push) Has been cancelled

This commit is contained in:
2026-05-13 22:07:01 +03:00
parent 283c937b10
commit be3d1d21e7
16 changed files with 120 additions and 99 deletions
+2 -2
View File
@@ -8,7 +8,7 @@
"preLaunchTask": "Build",
"expressions": "native",
"cwd": "${workspaceFolder}",
"program": "${workspaceFolder}/build/evk"
"program": "${workspaceFolder}/build/samples/descriptor_heap/descriptor_heap"
}
]
}
}
+2 -2
View File
@@ -23,7 +23,7 @@
{
"label": "Run",
"type": "shell",
"command": "./build/evk",
"command": "./build/samples/descriptor_heap/descriptor_heap",
"windows": {
"command": "build/evk.exe"
},
@@ -37,4 +37,4 @@
"dependsOrder": "sequence"
}
]
}
}