]> git.tdb.fi Git - libs/gl.git/commit
Access VulkanContext's private members through VulkanDevice
authorMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2024 16:52:21 +0000 (19:52 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 4 May 2024 16:52:21 +0000 (19:52 +0300)
commitfd2dca20ba26dd2086e680b7e43aec248abbd5b7
treefb99248ee6a5390f39ef09cf5480ac565acb828f
parent92087244ca2e8fa6076f5ab03bcdf60f4740a4db
Access VulkanContext's private members through VulkanDevice

Windows.h has some #defines which conflict with datatype.h here, so I
need to limit the exposure.
source/backends/vulkan/commands_backend.cpp
source/backends/vulkan/device_backend.cpp
source/backends/vulkan/device_backend.h
source/backends/vulkan/memoryallocator.cpp
source/backends/vulkan/swapchain.cpp