Method GL.GLSLUtils.GLSLProgram()->use()


Method use

void use()

Description

Enable the program, setting all uniform variables to their values as set by set, enabling the required number of texture units and binding the correct textures, as given by add_texture and finally initializing any vertex pointers set using vertex_pointer or add_vertex_buffer.