TerraForge3D  2.3.1
3D Terrain And Landscape Generator

◆ Clear()

void GLSLHandler::Clear ( )

Definition at line 275 of file GLSLHandler.cpp.

276{
277 uniforms.clear();
278 functions.clear();
279 functionNames.clear();
280 macros.clear();
281 ssbos.clear();
282 topLines.clear();
283 code = "";
284}