vokegpu / ekg-ui-library

High-performance multi-platform modular GUI library with GPU API modular support: OpenGL/Vulkan accelerated
MIT License
70 stars 3 forks source link

UBO-based mapped rendering instead of immediate uniforms filling. #14

Open MrsRina opened 1 year ago

MrsRina commented 1 year ago

I think it is a good feature, to improve the rendering performance, instead of filling a lot of uniforms per tick, fill a UBO.

MrsRina commented 3 months ago

Actually EKG does not have that, but I optimized a little the uniform calls, still irrelevant, but UBO-based should come together with Vulkan Implementation.