Skip to content

Commit 3dcf7f0

Browse files
committed
Destroy lights buffer
1 parent 290ccca commit 3dcf7f0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/dynamicrenderinglocalread/dynamicrenderinglocalread.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ class VulkanExample : public VulkanExampleBase
124124
for (auto& buffer : uniformBuffers) {
125125
buffer.destroy();
126126
}
127+
lightsBuffer.destroy();
127128
}
128129
}
129130

0 commit comments

Comments
 (0)