mirror of
https://gitlab.gnome.org/GNOME/libmks.git
synced 2024-12-22 05:35:21 +00:00
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:
parent
6c5829d949
commit
f335b4cb45
@ -25,8 +25,8 @@
|
||||
|
||||
#include "mks-cairo-framebuffer-private.h"
|
||||
|
||||
#define TILE_WIDTH 256
|
||||
#define TILE_HEIGHT 256
|
||||
#define TILE_WIDTH 128
|
||||
#define TILE_HEIGHT 128
|
||||
|
||||
struct _MksCairoFramebuffer
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user