Fix vkmark build error

This commit is contained in:
rocknix
2026-04-02 13:27:09 +00:00
committed by Douglas Teles
parent 555711ca32
commit 85ab5db97a
@@ -1,4 +1,4 @@
From abc5fc8495692df968636c29f44719e0999a73b5 Mon Sep 17 00:00:00 2001
From 573820a061e9d76a4cbcccd23df82581ac9d193c Mon Sep 17 00:00:00 2001
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: Wed, 10 Dec 2025 10:59:49 +0100
Subject: [PATCH 1/2] core: Register custom dispatcher with isDispatchLoader
@@ -10,7 +10,7 @@ with isDispatchLoader to be recognized.
1 file changed, 12 insertions(+)
diff --git a/src/vulkan_state.cpp b/src/vulkan_state.cpp
index a36b299..8470951 100644
index a36b299..3dbb48b 100644
--- a/src/vulkan_state.cpp
+++ b/src/vulkan_state.cpp
@@ -65,6 +65,18 @@ class DebugUtilsDispatcher
@@ -33,7 +33,7 @@ index a36b299..8470951 100644
: debug_enabled(debug)
{
From ab3f3d709e2f93859b528b1ace56423675940290 Mon Sep 17 00:00:00 2001
From 9bf505fff7a2825baf192d2d694f5f6a79470da6 Mon Sep 17 00:00:00 2001
From: Philipp Zabel <p.zabel@pengutronix.de>
Date: Wed, 10 Dec 2025 10:59:49 +0100
Subject: [PATCH 2/2] kms: Register custom dispatcher with isDispatchLoader
@@ -45,7 +45,7 @@ with isDispatchLoader to be recognized.
1 file changed, 16 insertions(+)
diff --git a/src/ws/kms_window_system.cpp b/src/ws/kms_window_system.cpp
index 4bf7838..1bc0458 100644
index 4bf7838..d378778 100644
--- a/src/ws/kms_window_system.cpp
+++ b/src/ws/kms_window_system.cpp
@@ -474,6 +474,22 @@ class GetFormatProperties2Dispatcher