Searched defs:CommandRecordingContext (Results 1 – 7 of 7) sorted by relevance
24 struct CommandRecordingContext { struct25 VkCommandBuffer commandBuffer = VK_NULL_HANDLE;26 std::vector<VkSemaphore> waitSemaphores = {};27 std::vector<VkSemaphore> signalSemaphores = {};31 std::vector<Ref<Buffer>> tempBuffers;34 VkCommandPool commandPool = VK_NULL_HANDLE;35 bool used = false;
26 class CommandRecordingContext; variable
29 class CommandRecordingContext; variable
28 class CommandRecordingContext; variable
25 class CommandRecordingContext; variable