[][src]Macro ash_tray::include_glsl_cs

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

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