Reformat python
This commit is contained in:
parent
3885b8f6fc
commit
1788a217db
4 changed files with 0 additions and 4 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue