๐Ÿ“ฆ bevyengine / naga_oil

๐Ÿ“„ top.wgsl ยท 8 lines
1
2
3
4
5
6
7
8#ifdef USE_A
    #import a::b
#endif

fn main() -> u32 {
    return b::C;
}