Reformat python

This commit is contained in:
Alejandro Saucedo 2022-03-02 10:11:35 +00:00
parent 3885b8f6fc
commit 1788a217db
4 changed files with 0 additions and 4 deletions

View file

@ -5,4 +5,3 @@ def compile_source(source):
open("tmp_kp_shader.comp", "w").write(source)
os.system("glslangValidator -V tmp_kp_shader.comp -o tmp_kp_shader.comp.spv")
return open("tmp_kp_shader.comp.spv", "rb").read()