Release resources, fixes validation
Scene setup
This commit is contained in:
parent
3cf8fb81e3
commit
846413cc4b
2 changed files with 11 additions and 11 deletions
|
|
@ -66,6 +66,9 @@ public:
|
|||
shaderBindingTables.miss.destroy();
|
||||
shaderBindingTables.hit.destroy();
|
||||
shaderBindingTables.callable.destroy();
|
||||
vertexBuffer.destroy();
|
||||
indexBuffer.destroy();
|
||||
transformBuffer.destroy();
|
||||
ubo.destroy();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue