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
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ AndroidGPU reduces this knowledge to the shading language and you only need to w
15
15
Due to the aim above there are a lot of limitations in the shader program. Only a subset of layout interfaces are supported and using a generic compute shader
16
16
that runs fine on Vulkan's compute stage may have an undefined behavior in AndroidGPU.
17
17
18
-
The only working and tested layout interface has the following format
18
+
GLSL supported version is 430 and the only working and tested layout interface has the following format
0 commit comments