Macro glsl_to_spirv_macros::include_glsl_fs [] [src]

macro_rules! include_glsl_fs {
    ($path:tt) => { ... };
}

Compiles the specified file (path relative to the crate root) containing a GLSL fragment shader into SPIR-V binary data.