Added tests for shader load data including raw and compiled strings+files
This commit is contained in:
parent
d7a2d9a34f
commit
782c9f4fe8
6 changed files with 191 additions and 1 deletions
5
Makefile
5
Makefile
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue