27 #ifndef GPUCOMMANDLIST_H
28 #define GPUCOMMANDLIST_H
31 #include "gpuCommand.h"
51 std::queue<GPUCommand> _commands;
GPUCommandList()
RenderPipeline.
void add_command(const GPUCommand &cmd)
Pushes a GPUCommand to the command list.
get_num_commands
Returns the number of commands in this list.
size_t write_commands_to(const PTA_uchar &dest, size_t limit=32)
Writes the first n-commands to a destination.
Class for storing data to be transferred to the GPU.
PANDA 3D SOFTWARE Copyright (c) Carnegie Mellon University.