summaryrefslogtreecommitdiffstats
path: root/platform/linuxbsd/wayland/SCsub
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-02-12 23:29:32 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-02-12 23:29:32 +0100
commit3be3d5099cc75a2db544b3a0964a430c3eb00909 (patch)
treec9741446ca06cfddf7a0861749565d0932ce243a /platform/linuxbsd/wayland/SCsub
parentc66f87daa796f4ddea70156f5fec582db6c525f6 (diff)
parent73eff10c76c201a083193c044de1836217b4d72b (diff)
downloadredot-engine-3be3d5099cc75a2db544b3a0964a430c3eb00909.tar.gz
Merge pull request #87340 from DarioSamo/rd_common_context
Finish splitting functionality of the `RenderingDevice` backends into `RenderingDeviceDriver`.
Diffstat (limited to 'platform/linuxbsd/wayland/SCsub')
-rw-r--r--platform/linuxbsd/wayland/SCsub2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/wayland/SCsub b/platform/linuxbsd/wayland/SCsub
index 910ac29b5e..cab45b7672 100644
--- a/platform/linuxbsd/wayland/SCsub
+++ b/platform/linuxbsd/wayland/SCsub
@@ -195,7 +195,7 @@ if env["use_sowrap"]:
if env["vulkan"]:
- source_files.append("vulkan_context_wayland.cpp")
+ source_files.append("rendering_context_driver_vulkan_wayland.cpp")
if env["opengl3"]:
source_files.append("egl_manager_wayland.cpp")