dolphin/Source/Core/VideoBackends/Vulkan
Léo Lam 83c5446d85
Fix static initialisation order fiasco issue for Version variables
Fixes a crash that could occur if the static constructor function for
the MainSettings.cpp TU happened to run before the variables in
Common/Version.cpp are initialised. (This is known as the static
initialisation order fiasco.)

By using wrapper functions, those variables are now guaranteed to be
constructed on first use.
2022-01-14 00:04:22 +01:00
..
CMakeLists.txt
CommandBufferManager.cpp
CommandBufferManager.h
Constants.h
ObjectCache.cpp
ObjectCache.h
ShaderCompiler.cpp Fix static initialisation order fiasco issue for Version variables 2022-01-14 00:04:22 +01:00
ShaderCompiler.h
StagingBuffer.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
StagingBuffer.h
StateTracker.cpp
StateTracker.h
VideoBackend.h
VKBoundingBox.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
VKBoundingBox.h
VKMain.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
VKPerfQuery.cpp
VKPerfQuery.h
VKPipeline.cpp
VKPipeline.h
VKRenderer.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
VKRenderer.h
VKShader.cpp Vulkan: Check for vkSetDebugUtilsObjectNameEXT before using it 2022-01-03 20:17:57 +01:00
VKShader.h
VKStreamBuffer.cpp
VKStreamBuffer.h
VKSwapChain.cpp
VKSwapChain.h
VKTexture.cpp Vulkan: Check for vkSetDebugUtilsObjectNameEXT before using it 2022-01-03 20:17:57 +01:00
VKTexture.h
VKVertexFormat.cpp Eliminate VarType for ComponentFormat 2021-12-18 15:21:48 -08:00
VKVertexFormat.h
VKVertexManager.cpp
VKVertexManager.h
VulkanContext.cpp VulkanContext: Ensure present queue family is valid before incrementing queueCreateInfoCount 2021-12-28 21:18:47 -05:00
VulkanContext.h
VulkanEntryPoints.inl
VulkanLoader.cpp Treewide: Adjust order of includes 2021-12-10 14:49:57 -08:00
VulkanLoader.h