Release resources, fixes validation

Scene setup
This commit is contained in:
Sascha Willems 2020-12-12 08:40:28 +01:00
parent 3cf8fb81e3
commit 846413cc4b
2 changed files with 11 additions and 11 deletions

View file

@ -66,6 +66,9 @@ public:
shaderBindingTables.miss.destroy();
shaderBindingTables.hit.destroy();
shaderBindingTables.callable.destroy();
vertexBuffer.destroy();
indexBuffer.destroy();
transformBuffer.destroy();
ubo.destroy();
}