Skip to content

Commit

Permalink
dyntex3d-sapp: set texture size to 16x16x3 to reproduce the depth-pit…
Browse files Browse the repository at this point in the history
…ch problem
  • Loading branch information
floooh committed Jun 17, 2024
1 parent 72519db commit 44c3c2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sapp/dyntex3d-sapp.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
#include <assert.h> // assert()
#include <string.h> // memset()

#define WIDTH (32)
#define HEIGHT (32)
#define WIDTH (16)
#define HEIGHT (16)
#define DEPTH (3)
#define RED 0xFF0000FF
#define GREEN 0xFF00FF00
Expand Down

0 comments on commit 44c3c2f

Please sign in to comment.