Skip to content

Commit

Permalink
docs: fix example shader code (fixes #113)
Browse files Browse the repository at this point in the history
  • Loading branch information
floooh committed Dec 14, 2023
1 parent d49c3b0 commit 1e34c91
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/sokol-shdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ uniform vs_params {
in vec4 position;
in vec2 texcoord0;
out vec4 color;
out vec2 uv;
void main() {
Expand Down

0 comments on commit 1e34c91

Please sign in to comment.