rtengine/assets/shader/test.pipeline
Kevin Trogant 3254af3786 Make progress towards the new builtin asset compiler
Attempts to compile HLSL shaders (with includes)
2024-01-25 09:45:23 +01:00

11 lines
87 B
Plaintext

optimization speed;
vertex {
vk BEGIN
#include "test.hlsl"
void VsMain() {
}
END
}