Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Draft) Bindless rendering support #62

Draft
wants to merge 7 commits into
base: master
Choose a base branch
from
Draft

(Draft) Bindless rendering support #62

wants to merge 7 commits into from

Conversation

xezno
Copy link
Member

@xezno xezno commented Sep 8, 2024

This adds bindless support to the Vulkan part of our renderer, meaning we don't have to bind textures (in the classic way) - we just index into a list of textures when we draw something.

@xezno xezno self-assigned this Sep 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant