Skip to content

Commit 4cbe564

Browse files
wip
1 parent b176e12 commit 4cbe564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Android module that brings GPGPU to Java level.
55

66
## 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.
88

99
## Description
1010
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

Comments
 (0)