Class GPUCommand
Defined in File GPU.hpp
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 Attributes
-
std::function<void(CommandBuffer*)> apply
Friends
- friend class CommandBuffer
- friend class FrameProcessor
- friend class PALModule
-
std::function<void(CommandBuffer*)> apply