MCPcopy Create free account
hub / github.com/KhronosGroup/glslang / glslang_program_delete

Function glslang_program_delete

glslang/CInterface/glslang_c_interface.cpp:479–486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477}
478
479GLSLANG_EXPORT void glslang_program_delete(glslang_program_t* program)
480{
481 if (!program)
482 return;
483
484 delete (program->program);
485 delete (program);
486}
487
488GLSLANG_EXPORT void glslang_program_add_shader(glslang_program_t* program, glslang_shader_t* shader)
489{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected