AI created changes, should it create PR's or work on my own fork
jMonkeyEngine Hub
March 12, 2026
another option: still have the additional Generic type, but instead of name, have all VertexBuffer carry a bindPoint label.
When the renderer sees them, it tries first to check the bindPoint label, if there is one set, will try to bind in+bindPoint, if the bind fails or the label is not sets it fallsback to in+TypeName.
In this way, overtime, we can deprecate the fixed vertexbuffer types, that are a weird jme specific thing, anyway
Discussion in the ATmosphere