Function compile_glsl

Source
fn compile_glsl(
    device: &Device,
    data: &[u8],
    shader_stage: &'static str,
) -> ShaderModule