Skip to content

Commit

Permalink
Added python converter for shader scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
axsaucedo committed Aug 23, 2020
1 parent 362368c commit 2561ace
Show file tree
Hide file tree
Showing 11 changed files with 18,323 additions and 5 deletions.
7 changes: 5 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,11 @@ build_linux:
-o ./bin/main

build_shaders:
$(SCMP) -V shaders/glsl/computeheadless.comp -o shaders/glsl/computeheadless.comp.spv
$(SCMP) -V shaders/glsl/opmult.comp -o shaders/glsl/opmult.comp.spv
python scripts/convert_shaders.py \
--shader-path shaders/glsl \
--shader-binary $(SCMP) \
--header-path src/shaders \
-v

docker_seldon_run:
docker run \
Expand Down
Loading

0 comments on commit 2561ace

Please sign in to comment.