![]() |
Pioneer
|
#include <CommandBufferGL.h>

Public Attributes | |
| BufferBinding< VertexBuffer > | vtxBind |
| BufferBinding< IndexBuffer > | idxBind |
| const Shader * | shader = nullptr |
| Program * | program = nullptr |
| size_t | renderStateHash = 0 |
| char * | drawData |
| char* Graphics::OGL::CommandList::DynamicDrawCmd::drawData |
| BufferBinding<IndexBuffer> Graphics::OGL::CommandList::DynamicDrawCmd::idxBind |
| Program* Graphics::OGL::CommandList::DynamicDrawCmd::program = nullptr |
| size_t Graphics::OGL::CommandList::DynamicDrawCmd::renderStateHash = 0 |
| const Shader* Graphics::OGL::CommandList::DynamicDrawCmd::shader = nullptr |
| BufferBinding<VertexBuffer> Graphics::OGL::CommandList::DynamicDrawCmd::vtxBind |