Class GPUCommand

Class Documentation

class GPUCommand

A command that can be executed in a command buffer.

Note

It is not possible to create custom commands because that would require access to the underlying private graphics interface.

Protected Functions

inline GPUCommand()

Protected Attributes

std::function<void(CommandBuffer*)> apply

Friends

friend class CommandBuffer
friend class FrameProcessor
friend class PALModule