kompute : make scripts executable
This commit is contained in:
parent
21841d3163
commit
cbc0d1af79
2 changed files with 2 additions and 0 deletions
1
kompute/scripts/convert_shaders.py
Normal file → Executable file
1
kompute/scripts/convert_shaders.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
"""
|
"""
|
||||||
Script to handle conversion of compute shaders to spirv and to headers
|
Script to handle conversion of compute shaders to spirv and to headers
|
||||||
"""
|
"""
|
||||||
|
|
1
undump.py
Normal file → Executable file
1
undump.py
Normal file → Executable file
|
@ -1,3 +1,4 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
import struct
|
import struct
|
||||||
import numpy as np
|
import numpy as np
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue