Implement experimental Vulkan backend

This commit is contained in:
Stenzek
2016-08-13 22:57:50 +10:00
parent fdd954e7e7
commit 77a128ab87
59 changed files with 14533 additions and 1 deletions

View File

@ -149,6 +149,10 @@ struct VideoConfig final
// Multithreaded submission, currently only supported with Vulkan.
bool bBackendMultithreading;
// Early command buffer execution interval in number of draws.
// Currently only supported with Vulkan.
int iCommandBufferExecuteInterval;
// Static config per API
// TODO: Move this out of VideoConfig
struct