Devsh-Graphics-Programming / Nabla

Vulkan, OptiX and CUDA Interoperation Modular Rendering Library and Framework for PC/Linux/Android
http://devsh.eu
Apache License 2.0
497 stars 59 forks source link

video: remove `*_BUFFER_DYNAMIC` descriptors and make bindings always have the `UPDATE_AFTER_BIND_BIT` flag #736

Open alichraghi opened 3 months ago

alichraghi commented 3 months ago

Description

Closes #694

Testing

I Ran every example that used descriptor sets but some of them didn't compile for being outdated.

devshgraphicsprogrammingjenkins commented 3 months ago

[CI]: Can one of the admins verify this patch?

devshgraphicsprogramming commented 3 months ago

This interferes with a lot of stuff, need to wait before merging