Skip to content

Commit

Permalink
0.4.3 - Fix shader version for AMD cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
treeform committed May 26, 2024
1 parent b62f906 commit 3849577
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion boxy.nimble
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "0.4.2"
version = "0.4.3"
author = "Andre von Houck and Ryan Oldenburg"
description = "2D GPU rendering with a tiling atlas."
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/boxy/glsl/410/atlas.frag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 410 // Highest version on Mac.
#version 410

in vec2 pos;
in vec2 uv;
Expand Down
2 changes: 1 addition & 1 deletion src/boxy/glsl/410/mask.frag
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#version 410 // Highest version on Mac.
#version 410

in vec2 pos;
in vec2 uv;
Expand Down

0 comments on commit 3849577

Please sign in to comment.