ALVR icon indicating copy to clipboard operation
ALVR copied to clipboard

Compile shaders when building streamer

Open barnabwhy opened this issue 1 month ago • 0 comments

Adds build step to compile shaders.

Lists of shaders to compile are in alvr/server/build_shaders.rs Shaders are in alvr/server/cpp/<platform>/shader/

Uses shaderc for linux shader compilation and fxc for windows shader compilation. Works with including from the same folder in shader files. Only does includes with 1 depth for HLSL since D3DCompile is horrible :3

barnabwhy avatar May 03 '24 22:05 barnabwhy