mirror of
https://git.eden-emu.dev/eden-emu/eden
synced 2026-07-11 02:16:39 +02:00
[TEST] Debug format entry on MSAA resolve
This commit is contained in:
@@ -702,6 +702,8 @@ void BlitImageHelper::ResolveDepthStencil(const Framebuffer* dst_framebuffer,
|
||||
const Region2D& src_region) {
|
||||
const bool resolve_stencil =
|
||||
dst_framebuffer->HasAspectStencilBit() && device.IsExtShaderStencilExportSupported();
|
||||
LOG_CRITICAL(Render_Vulkan, "MSAA depth-stencil resolve: format={} resolve_stencil={}",
|
||||
src_image_view.format, resolve_stencil);
|
||||
const VkPipeline pipeline =
|
||||
FindOrEmplaceResolveDepthStencilPipeline(dst_framebuffer->RenderPass(), resolve_stencil);
|
||||
const VkPipelineLayout layout =
|
||||
|
||||
Reference in New Issue
Block a user