From ad04490ef84d7565fbec0fa878a21694ad2d61f0 Mon Sep 17 00:00:00 2001 From: pryazha Date: Tue, 26 Aug 2025 10:55:18 +0500 Subject: guess that's all --- in_practice/breakout/texture.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'in_practice/breakout/texture.h') diff --git a/in_practice/breakout/texture.h b/in_practice/breakout/texture.h index 2e9d867..388a100 100644 --- a/in_practice/breakout/texture.h +++ b/in_practice/breakout/texture.h @@ -17,9 +17,9 @@ typedef struct { u32 mag_filter; } gl_texture_t; -#define DEFAULT_TEXTURE {0, 0, 0, 0, GL_RGB, GL_RGB, GL_REPEAT, GL_REPEAT, GL_NEAREST, GL_NEAREST} +#define default_texture {0, 0, 0, 0, GL_RGB, GL_RGB, GL_REPEAT, GL_REPEAT, GL_NEAREST, GL_NEAREST} -#define MAX_TEXTURES 8 +#define MAX_TEXTURES 16 extern gl_texture_t textures[MAX_TEXTURES]; extern void generate_texture(gl_texture_t *texture, u32 width, u32 height, void *data); -- cgit v1.2.3-70-g09d2