Merge pull request #78598 from BastiaanOlij/resolve_depth_buffer_mobile

Resolve depth buffer in mobile renderer when required
This commit is contained in:
Thaddeus Crews 2025-11-20 11:10:48 -06:00
commit 2edc43df8e
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
12 changed files with 152 additions and 37 deletions

View file

@ -137,6 +137,7 @@ class RenderingDeviceDriverVulkan : public RenderingDeviceDriver {
bool vulkan_memory_model_device_scope_support = false;
bool pipeline_cache_control_support = false;
bool device_fault_support = false;
bool framebuffer_depth_resolve = false;
#if defined(VK_TRACK_DEVICE_MEMORY)
bool device_memory_report_support = false;
#endif