We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac31f71 commit 2bc64d7Copy full SHA for 2bc64d7
README.md
@@ -46,6 +46,7 @@ Instead Vulkan is supported by Android's NDK from API level 24.
46
## How to use
47
Click the jitpack badge above and follow the instructions on how to import in your project.
48
Write the GLSL code in a file placed in asset folder and pass it to AndroidGPU constructor or pass the code directly.
49
+
50
For example file compute.glsl in asset folder
51
```glsl
52
#version 430
0 commit comments