mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2025-03-15 07:00:58 +00:00
* Renamed vkwindow to sdlWindow in struct vulkanContext_t to matche the rest of the struct naming conventions. Image_VK.cpp: * disabled printing "Vulkan Image alloc " to the terminal, flooding it with data RenderBackend_VK.cpp: * Re-enabled r_vkEnableValidationLayers enabling/disabling Vulkan validation checking, I had it hard-coded to true for testing reasons. * static void DestroySwapChain(): * I don't know if the changes I introduced here are helping or not, or even doing anything, so this part can be ignored or changed back. * GL_StartFrame() and GL_BlockingSwapBuffers(): * VkResult for these two functions, vkAcquireNextImageKHR and vkQueuePresentKHR, don't need to return VK_SUCCESS for the application to be valid, so handle them differently here. There may be others like this, but I don't know. qvk.h: * Since VK_USE_PLATFORM_* is defined in the CMakeLists.txt file, for now anyways, use them to wrap the correct platform headers instead of defining them here. sdl_vkimp.cpp: * Some debug printing changes, from GL to Vulkan, since this is for the Vulkan API. |
||
---|---|---|
.. | ||
common | ||
posix | ||
sdl | ||
win32 | ||
LightweightCompression.cpp | ||
LightweightCompression.h | ||
PacketProcessor.cpp | ||
PacketProcessor.h | ||
Snapshot.cpp | ||
Snapshot.h | ||
Snapshot_Jobs.cpp | ||
Snapshot_Jobs.h | ||
SnapshotProcessor.cpp | ||
SnapshotProcessor.h | ||
sys_achievements.cpp | ||
sys_achievements.h | ||
sys_dedicated_server_search.cpp | ||
sys_dedicated_server_search.h | ||
sys_leaderboards.h | ||
sys_lobby.cpp | ||
sys_lobby.h | ||
sys_lobby_backend.h | ||
sys_lobby_backend_direct.cpp | ||
sys_lobby_backend_direct.h | ||
sys_lobby_migrate.cpp | ||
sys_lobby_snapshot.cpp | ||
sys_lobby_users.cpp | ||
sys_local.cpp | ||
sys_local.h | ||
sys_localuser.cpp | ||
sys_localuser.h | ||
sys_profile.cpp | ||
sys_profile.h | ||
sys_public.h | ||
sys_savegame.cpp | ||
sys_savegame.h | ||
sys_session.h | ||
sys_session_callbacks.cpp | ||
sys_session_local.cpp | ||
sys_session_local.h | ||
sys_session_savegames.cpp | ||
sys_session_savegames.h | ||
sys_signin.cpp | ||
sys_signin.h | ||
sys_stats.h | ||
sys_stats_misc.h | ||
sys_voicechat.cpp | ||
sys_voicechat.h |