lambdaworks
lambdaworks copied to clipboard
Include test shaders in test compilations only
trafficstars
PR #367 adds some shaders used for tests only. These should be included only when compiling for tests.
We could solve this by splitting the shaders into two: release and test. These would be compiled by the current makefile into two artifacts and the second would be included in tests only (we can add a gpu::test_utils module for this).