jfcameron/gdk-text-renderer

Allow for user defined vertex attributes

Opened this issue · 0 comments

Currently vertex format is forced to be: {3pos, 2uv}. Requiring that the format includes these two attributes is reasonable, but the user should be able to add e.g: normals or whatever else they would like in addition to this.