Blender Git Commit Log

Git Commits -> Revision 2ea8725

Revision 2ea8725 by Jeroen Bakker (tmp-vulkan)
June 29, 2021, 14:51 (GMT)
Vulkan: Retrieve platform information.

Retrieve device platform information for `GPUPlatformGlobal`.
As vulkan needs a physical device it was moved from the GPUBackend
constructor to an init method that is called when an initial context
is created.

Still need to find out how to extract the driver type.

Commit Details:

Full Hash: 2ea87253396b48608f32893a67fd8f92668311bb
Parent Commit: a55bbed
Lines Changed: +91, -22

7 Modified Paths:

/source/blender/gpu/GPU_context.h (+1, -1) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_context.cc (+10, -5) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+8, -7) (Diff)
/source/blender/gpu/vulkan/vk_backend.cc (+59, -4) (Diff)
/source/blender/gpu/vulkan/vk_backend.hh (+6, -5) (Diff)
/source/blender/gpu/vulkan/vk_context.hh (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021