Class CommandBuffer

Class Documentation

class CommandBuffer

A structure for usage by the GPU manager to invoke a set of GPU commands.

Note

Only the subclasses of this are recognized by the GPUManager implementations; for that reason it is not currently possible to create custom jobs except through the designated interfaces

Protected Functions

inline CommandBuffer()
virtual void Execute() = 0
virtual ~CommandBuffer() = default