refactoring stuff
This commit is contained in:
parent
04befce27d
commit
fa7bf893e7
54 changed files with 200 additions and 256 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue