refactoring stuff

This commit is contained in:
Halbear 2026-09-15 11:38:44 +01:00
parent 04befce27d
commit fa7bf893e7
54 changed files with 200 additions and 256 deletions

View file

@ -1,7 +1,7 @@
#version 450
// Keep in sync manually with Java code
const int MAX_TEXTURES = 512;
const int MAX_TEXTURES = 128;
layout (location = 0) in vec2 inTextCoords;
layout (location = 1) in flat uint inMaterialIdx;