diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-12 23:29:32 +0100 |
|---|---|---|
| committer | Rémi Verschelde <rverschelde@gmail.com> | 2024-02-12 23:29:32 +0100 |
| commit | 3be3d5099cc75a2db544b3a0964a430c3eb00909 (patch) | |
| tree | c9741446ca06cfddf7a0861749565d0932ce243a /platform/linuxbsd/x11/SCsub | |
| parent | c66f87daa796f4ddea70156f5fec582db6c525f6 (diff) | |
| parent | 73eff10c76c201a083193c044de1836217b4d72b (diff) | |
| download | redot-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/x11/SCsub')
| -rw-r--r-- | platform/linuxbsd/x11/SCsub | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linuxbsd/x11/SCsub b/platform/linuxbsd/x11/SCsub index bbfaaf10d1..75fe584ad5 100644 --- a/platform/linuxbsd/x11/SCsub +++ b/platform/linuxbsd/x11/SCsub @@ -21,7 +21,7 @@ if env["use_sowrap"]: ) if env["vulkan"]: - source_files.append("vulkan_context_x11.cpp") + source_files.append("rendering_context_driver_vulkan_x11.cpp") if env["opengl3"]: env.Append(CPPDEFINES=["GLAD_GLX_NO_X11"]) |
