Added tests for shader load data including raw and compiled strings+files

This commit is contained in:
Alejandro Saucedo 2020-08-31 11:47:35 +01:00
parent d7a2d9a34f
commit 782c9f4fe8
6 changed files with 191 additions and 1 deletions

View file

@ -120,6 +120,11 @@ build_shaders:
--shader-binary $(SCMP_BIN) \
--header-path src/include/kompute/shaders/ \
-v
python3 scripts/convert_shaders.py \
--shader-path test/shaders/glsl \
--shader-binary $(SCMP_BIN) \
--header-path test/compiled_shaders_include/kompute_test/shaders/ \
-v
docker_seldon_run:
docker run \