Testing the limits of the Canvas renderer

This commit is contained in:
2023-12-14 11:25:36 -06:00
parent f180e81bc4
commit 9eee482883
3 changed files with 13 additions and 6 deletions

View File

@ -7,8 +7,8 @@
#include "display/shader/Shader.hpp"
namespace Dawn {
#define UI_SHADER_QUAD_COUNT 32
#define UI_SHADER_TEXTURE_COUNT 6
#define UI_SHADER_QUAD_COUNT 1024
#define UI_SHADER_TEXTURE_COUNT 16
struct UIShaderQuad {
glm::vec4 quad;