Function gls::apis::active_shader_program[][src]

pub fn active_shader_program(pipeline: GLuint, program: GLuint)

Set the active program object for a program pipeline object.

Parameters

  • pipeline - Specifies the program pipeline object to set the active program object for.
  • program - Specifies the program object to set as the active program pipeline object pipeline.