Skip to main content

create_program

Function create_program 

Source
pub fn create_program(
    vertex_shader: GLenum,
    fragment_shader: GLenum,
) -> Result<GLuint, String>
Expand description

Create and link shader program.