We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4ba71c commit b1556f1Copy full SHA for b1556f1
lib/API/VK/Device.cpp
@@ -377,7 +377,6 @@ class VKDevice : public offloadtest::Device {
377
}
378
379
llvm::Error createBuffers(Pipeline &P, InvocationState &IS) {
380
- const uint32_t HeapIndex = 0;
381
for (auto &D : P.Sets) {
382
for (auto &R : D.Resources) {
383
if (auto Err = createBuffer(R, IS))
0 commit comments