zig-renderkit
zig-renderkit copied to clipboard
Generated 'shaders.zig' relative path to shaders is missing escape characters
I can try to take a look at this when I get time and see if I can PR but just wanted to drop a reminder.
The generated 'shaders.zig' file when compiling shaders produces a relative path that has invalid separators on Windows (needs to include a double slash).
Looks like the issue may be here?