TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Bind() [1/2]

void ShaderStorageBuffer::Bind ( )

Definition at line 22 of file ShaderStorageBuffer.cpp.

23{
24 glBindBuffer(GL_SHADER_STORAGE_BUFFER, rendererId);
25}