|
Blender V5.0
|
#include <chrono>#include <condition_variable>#include <thread>#include "BLI_mutex.hh"#include "BLI_task.h"#include "vk_device.hh"#include "CLG_log.h"Go to the source code of this file.
Classes | |
| struct | blender::gpu::VKRenderGraphWait |
| struct | blender::gpu::VKRenderGraphSubmitTask |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Variables | |
| static CLG_LogRef | LOG = {"gpu.vulkan"} |
|
static |
Definition at line 20 of file vk_device_submission.cc.