vk-shader-macros 0.2.10

Procedural macros for working with Vulkan shaders
Documentation
1
2
3
4
5
6
7
8
#version 450

// Relative include (resolved from current file)
#include "tests/test.glsl"

void main() {
    gl_Position = test(gl_Position);
}