Multiple changes to get a triangle working with hacky usage of descriptor heaps
Test Compilation / Build evk (push) Has been cancelled
Test Compilation / Build evk (push) Has been cancelled
This commit is contained in:
Vendored
+2
-2
@@ -8,7 +8,7 @@
|
||||
"preLaunchTask": "Build",
|
||||
"expressions": "native",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"program": "${workspaceFolder}/build/evk"
|
||||
"program": "${workspaceFolder}/build/samples/descriptor_heap/descriptor_heap"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Vendored
+2
-2
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user