Skip to content

Commit

Permalink
Adjust width/height of TextureArray
Browse files Browse the repository at this point in the history
  • Loading branch information
RobDangerous committed Sep 27, 2024
1 parent 92fed3a commit 063910c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TextureArray/Sources/shader.c
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ static kope_g5_sampler sampler;
static kope_g5_buffer constants;
static everything_set everything;

static const int width = 1024;
static const int height = 768;
static const int width = 800;
static const int height = 600;

static bool first_update = true;

Expand Down

0 comments on commit 063910c

Please sign in to comment.