-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
stop calling glbindtexture for every slot, the gpu still has to swap texture references in its registers, this also only allows for 16-32 texture slots.
instead make it get a 64-bit gpu handle for the texture once its loaded and then pass this handle around for things like shaders, and buffers.
this removes cpu side driver overhead and removes the hard limit of 32 max textures.
Reactions are currently unavailable