Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoCiaramella committed Jan 5, 2023
1 parent 4cbe564 commit 86694ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ AndroidGPU reduces this knowledge to the shading language and you only need to w
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
that runs fine on Vulkan's compute stage may have an undefined behavior in AndroidGPU.

The only working and tested layout interface has the following format
GLSL supported version is 430 and the only working and tested layout interface has the following format
```glsl
#version 430
Expand Down

0 comments on commit 86694ca

Please sign in to comment.