|
HDK
|
#include <VE_CommandPool.h>
Inheritance diagram for VE_CommandPoolTransient< CB_COUNT >:Static Public Member Functions | |
| static VE_Result < VE_CommandPoolTransient > | create (VE_Device &device) |
Additional Inherited Members | |
Public Member Functions inherited from VE_CommandPool< CB_COUNT > | |
| VE_VoidResult | init (VE_Device &device, VkCommandPoolCreateFlags flags) |
| void | destroy (VkDevice device) |
| template<int I> | |
| VkCommandBuffer | getVkCommandBuffer () |
| VE_CommandBufferHandle | commandBuffer ()& |
| VE_VoidResult | submitToQueue (VkQueue queue) |
| bool | hasExecutableWork () const |
| bool | hasPendingWork () const |
| VE_VoidResult | waitOnInFlightCommands (VkDevice device) |
Definition at line 258 of file VE_CommandPool.h.
|
inlinestatic |
Definition at line 261 of file VE_CommandPool.h.