This website requires JavaScript.
Explore
Help
Sign In
root
/
MNN
mirror of
https://github.com/alibaba/MNN.git
Watch
1
Star
0
Fork
You've already forked MNN
0
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
a3c0e405e8
MNN
/
source
/
backend
/
vulkan
/
buffer
/
compiler
/
getSpirv.sh
6 lines
94 B
Bash
Executable File
Raw
Blame
History
#!/bin/bash
glslangValidator -V
$1
-Os -o __temp.spv
spirv-dis __temp.spv >
$2
rm __temp.spv
Reference in New Issue
View Git Blame
Copy Permalink