Skip to content

Commit

Permalink
fix drawing single pixel in angle
Browse files Browse the repository at this point in the history
  • Loading branch information
xpenatan committed Mar 7, 2024
1 parent bed6e70 commit acd40fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ public class PixelTest implements ApplicationListener {

"void main() { \n" +
" gl_Position = u_projTrans * a_position; \n" +
" gl_PointSize = 1.0; \n" + // This is required to make it work in angle graphics
"} ";

private static final String FRAGMENT = "" +
Expand Down

0 comments on commit acd40fd

Please sign in to comment.