lib: use 128 pixel textures

These come out to 64kb with 4 bytes-per-pixel which seams reasonable
enough for texture uploads.
This commit is contained in:
Christian Hergert 2023-02-14 14:26:23 -08:00
parent 6c5829d949
commit f335b4cb45

View File

@ -25,8 +25,8 @@
#include "mks-cairo-framebuffer-private.h" #include "mks-cairo-framebuffer-private.h"
#define TILE_WIDTH 256 #define TILE_WIDTH 128
#define TILE_HEIGHT 256 #define TILE_HEIGHT 128
struct _MksCairoFramebuffer struct _MksCairoFramebuffer
{ {