[][src]Function miniquad::graphics::load_shader

pub fn load_shader(
    shader_type: GLenum,
    source: &str
) -> Result<GLuint, ShaderError>