TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Bind()

void Shader::Bind ( )

Definition at line 74 of file Shader.cpp.

75{
76 glUseProgram(m_Shader);
77}