Commit f05e705
JoshJRive
fix(Vulkan): Work around a driver issue causing graphical corruption, other minor changes (#11204) b8b0d3e01c
This change primarily works around a driver issue that was causing visual corruption on some newer Adreno-based devices.
There are other minor changes as well (displaying the driver version from the bootstrapping code, setting a minimum requirement of Vulkan 1.1 in the renderer)1 parent d2919b9 commit f05e705
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
Submodule rive-runtime updated 13 files
- .rive_head+1-1
- renderer/include/rive/renderer/vulkan/render_context_vulkan_impl.hpp+3-4
- renderer/include/rive/renderer/vulkan/vulkan_context.hpp+1-1
- renderer/path_fiddle/fiddle_context_vulkan.cpp+3-3
- renderer/rive_vk_bootstrap/include/rive_vk_bootstrap/vulkan_device.hpp+3
- renderer/rive_vk_bootstrap/include/rive_vk_bootstrap/vulkan_instance.hpp+5-5
- renderer/rive_vk_bootstrap/src/vulkan_device.cpp+48-2
- renderer/rive_vk_bootstrap/src/vulkan_instance.cpp+8-5
- renderer/src/vulkan/pipeline_manager_vulkan.cpp+1-3
- renderer/src/vulkan/pipeline_manager_vulkan.hpp+5-3
- renderer/src/vulkan/render_context_vulkan_impl.cpp+97-16
- tests/common/testing_window_android_vulkan.cpp+3-3
- tests/common/testing_window_vulkan_texture.cpp+3-3
0 commit comments