mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Fix] (MG_State/GLState): allow combined texture unit bindings
This commit is contained in:
@@ -37,7 +37,7 @@ namespace MobileGL::MG_State::GLState {
|
|||||||
|
|
||||||
class TextureState {
|
class TextureState {
|
||||||
public:
|
public:
|
||||||
static constexpr int MAX_TEXTURE_IMAGE_UNITS = 32;
|
static constexpr int MAX_TEXTURE_IMAGE_UNITS = 192;
|
||||||
|
|
||||||
TextureState();
|
TextureState();
|
||||||
void GenerateNames(Uint number, Vector<Uint>& textures);
|
void GenerateNames(Uint number, Vector<Uint>& textures);
|
||||||
|
|||||||
Reference in New Issue
Block a user