szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Store SPIR-V binaries in the shader_source module #238

Closed zakorgy closed 5 years ago

zakorgy commented 5 years ago

Add the generated SPIR-V binaries and the content of shader_bindings.ron to the shader_source module. This is similar to what the original build script does with the shader files from the res folder. We need this for the testing on try server, because it can't find the out folder, in which these binaries are generated.