The VulkanCmdThreadPool Class Implementation. More...
#include "Pchheader.h"#include "VulkanCmdThreadPool.h"#include "Render/FrameInfo.h"#include "VulkanCommandBuffer.h"Go to the source code of this file.
Namespaces | |
| namespace | Spices |
Variables | |
| const int | Spices::nCmdThreads = glm::min(4, static_cast<int>(0.5 * std::thread::hardware_concurrency())) |
The VulkanCmdThreadPool Class Implementation.
Definition in file VulkanCmdThreadPool.cpp.