Skip to content

disable instancing when deactivating a vertex declaration

Christopher Tenter requested to merge InstancingDeclFix into master

deactivate() should reset all attributes to the default non-instanced state. Otherwise attributes stay instanced and this can break the vertex layout.

Merge request reports