TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Unbind()

void ShaderStorageBuffer::Unbind ( )

Definition at line 27 of file ShaderStorageBuffer.cpp.

28{
29 glBindBuffer(GL_SHADER_STORAGE_BUFFER, 0);
30}