godot/drivers/vulkan
reduz 83addd6ee5 Fix material invalidation on reimport.
* IF a texture was reimported (calling replace as an example), it would invalidate all materials using it, causing plenty of errors.
* Added the possibility to get a notification when a uniform set is erased.
* With this notification, materials can be queued for update properly.
2021-07-07 19:55:20 -03:00
..
rendering_device_vulkan.cpp Fix material invalidation on reimport. 2021-07-07 19:55:20 -03:00
rendering_device_vulkan.h Fix material invalidation on reimport. 2021-07-07 19:55:20 -03:00
SCsub SCons: Add explicit dependencies on thirdparty code in cloned env 2020-12-18 10:29:34 +01:00
vulkan_context.cpp Enum constant in boolean context 2021-06-30 01:38:56 -07:00
vulkan_context.h Fix Context Validation Layer Errors 2021-06-28 17:43:10 -03:00