TerraForge3D
2.3.1
3D Terrain And Landscape Generator
◆
AddFunction()
void GLSLHandler::AddFunction
(
GLSLFunction
function
)
Definition at line
261
of file
GLSLHandler.cpp
.
262
{
263
if
(!HasFunction(function.name))
264
{
265
functions.push_back(function);
266
functionNames.push_back(function.name);
267
}
268
}
GLSLHandler
Generated on Thu Apr 7 2022 14:10:52 for TerraForge3D by
1.9.3