Remove duplicated CmdBeginCustomResolveEXT in hookset init

This commit is contained in:
baldurk
2026-07-03 16:05:41 +01:00
parent 130e801183
commit 55411fe5ee
@@ -985,7 +985,6 @@
HookInitPromotedExtension(KHR_dynamic_rendering, CmdBeginRendering, KHR); \
HookInitPromotedExtension(KHR_dynamic_rendering, CmdEndRendering, KHR); \
HookInitExtension(EXT_fragment_density_map_offset, CmdEndRendering2EXT); \
HookInitExtension(EXT_custom_resolve, CmdBeginCustomResolveEXT); \
HookInitPromotedExtension(KHR_dynamic_rendering_local_read, CmdSetRenderingAttachmentLocations, \
KHR); \
HookInitPromotedExtension(KHR_dynamic_rendering_local_read, \