Skip to content

Move to Bindless Textures #10

Description

@EclipsedMango

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureNew additionsIdeaConsider working on

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions