CommandBuffer

More...

#include <CommandBuffer.h>

Detailed Description

class CommandBuffer;

This class supports GPU command buffer operations, including recording draw commands and submitting them to the GPU. It supports primary and secondary command buffers. Secondary command buffers can be recorded in parallel, using multiple threads, and can be added to a primary command buffer.


Updated on 3 April 2021 at 20:21:51 PDT