TeamWizardry / LibrarianLib

A library for the TeamWizardry mods
GNU Lesser General Public License v3.0
26 stars 21 forks source link

Implement custom vertex layouts in Albedo #148

Closed thecodewarrior closed 3 years ago

thecodewarrior commented 4 years ago

At the moment Albedo only supports uniforms, since it doesn't have a system for making custom vertex layouts. It will likely need an entirely custom vertex buffer system, which will then need a custom GL state management system like RenderType but good instead of being nonsensical garbage.

thecodewarrior commented 3 years ago

As of 3ff1a23, Albedo supports custom vertex layouts.