Destroy buffers
This commit is contained in:
parent
99f25527cc
commit
bc39dd58fa
1 changed files with 2 additions and 0 deletions
|
|
@ -77,6 +77,8 @@ public:
|
||||||
shaderBindingTables.miss.destroy();
|
shaderBindingTables.miss.destroy();
|
||||||
shaderBindingTables.hit.destroy();
|
shaderBindingTables.hit.destroy();
|
||||||
ubo.destroy();
|
ubo.destroy();
|
||||||
|
spheresBuffer.destroy();
|
||||||
|
aabbsBuffer.destroy();
|
||||||
}
|
}
|
||||||
|
|
||||||
void createBuffers()
|
void createBuffers()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue