Skip to content

deprecate old multitexture method

The old MapDataArrayTGoMultiTexture relied on being able to lock dowwn a specific texture unit which cannot be guaranteed as external code or render passes may bne uising that texture unit.

Users shoudl use the more generic MapDataArraytoVertexAttribbute method instead.

Merge request reports