You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
Android module that brings GPGPU to Java level.
5
5
6
6
## Based on Vulkan
7
-
AndroidGPU is based on Vulkan's compute stage. It takes a GLSL kernel, compiles it to SPIR-V and runs on the GPUs available on the system.
7
+
AndroidGPU is based on Vulkan's compute stage. It takes a GLSL kernel, compiles it to SPIR-V and runs it on the GPU available on the system.
8
8
9
9
## Description
10
10
This module aims to simplify the development of GPU code in the Android environment. Vulkan is available only in the native level and writing a compute shader only
0 commit comments