Blender Git Loki
Git Commits -> Revision 12e88ee
Revision 12e88ee by Clément Foucault (tmp-vulkan) March 11, 2021, 12:37 (GMT) |
Vulkan: Fix compilation after merging |
Commit Details:
Full Hash: 12e88ee7227603de2143fcf8a768af1c96bb4894
Parent Commit: b908c3f
Lines Changed: +129, -258
12 Modified Paths:
/intern/ghost/GHOST_C-api.h (+1, -1) (Diff)
/intern/ghost/intern/GHOST_ContextVK.cpp (+10, -11) (Diff)
/intern/ghost/intern/GHOST_ContextVK.h (+1, -1) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_context.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+2, -2) (Diff)
/source/blender/gpu/vulkan/vk_context.hh (+1, -1) (Diff)
/source/blender/gpu/vulkan/vk_framebuffer.cc (+0, -103) (Diff)
/source/blender/gpu/vulkan/vk_framebuffer.hh (+3, -1) (Diff)
/source/blender/gpu/vulkan/vk_shader.hh (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -0) (Diff)
/source/creator/creator_args.c (+103, -137) (Diff)
/intern/ghost/intern/GHOST_ContextVK.cpp (+10, -11) (Diff)
/intern/ghost/intern/GHOST_ContextVK.h (+1, -1) (Diff)
/source/blender/gpu/CMakeLists.txt (+1, -0) (Diff)
/source/blender/gpu/GPU_context.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+2, -2) (Diff)
/source/blender/gpu/vulkan/vk_context.hh (+1, -1) (Diff)
/source/blender/gpu/vulkan/vk_framebuffer.cc (+0, -103) (Diff)
/source/blender/gpu/vulkan/vk_framebuffer.hh (+3, -1) (Diff)
/source/blender/gpu/vulkan/vk_shader.hh (+5, -0) (Diff)
/source/blender/windowmanager/intern/wm_window.c (+1, -0) (Diff)
/source/creator/creator_args.c (+103, -137) (Diff)