Skip to content

Commit

Permalink
tests/bench: change texture size default to 1920x1080
Browse files Browse the repository at this point in the history
This will inflate all numbers, but is also more informative.
  • Loading branch information
haasn committed Oct 8, 2023
1 parent 23697d0 commit 7ca8418
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
enum {
// Image configuration
NUM_TEX = 16,
WIDTH = 2048,
HEIGHT = 2048,
WIDTH = 1920,
HEIGHT = 1080,
DEPTH = 16,
COMPS = 4,

Expand Down

0 comments on commit 7ca8418

Please sign in to comment.