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

Switch to bindless #133

Closed
PanosK92 opened this issue Dec 6, 2023 · 2 comments
Closed

Switch to bindless #133

PanosK92 opened this issue Dec 6, 2023 · 2 comments

Comments

@PanosK92
Copy link
Owner

PanosK92 commented Dec 6, 2023

Switching to bindless textures involves transitioning from traditional bound texture methods to a bindless approach. This allows for more efficient management of numerous textures, as it removes the need to bind textures to specific slots before drawing. This change can significantly improve performance and flexibility in rendering complex scenes with many textures.

The samplers have been switched to bindless, so there is some example code: https://github.com/PanosK92/SpartanEngine/blob/076636d560946aaabdd5b88536274b30deaa4806/runtime/RHI/Vulkan/Vulkan_Device.cpp#L421C8-L421C8

@PanosK92
Copy link
Owner Author

dibs on that, will deliver tonight

@PanosK92
Copy link
Owner Author

done

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

No branches or pull requests

1 participant