This is the complete list of members for CustomCommand, including all inherited members.
| BufferUsage typedef | CustomCommand | |
| createIndexBuffer(IndexFormat format, std::size_t capacity, BufferUsage usage) | CustomCommand | |
| createVertexBuffer(std::size_t vertexSize, std::size_t capacity, BufferUsage usage) | CustomCommand | |
| CustomCommand() | CustomCommand | |
| func | CustomCommand | |
| getDepth() const | RenderCommand | inline |
| getGlobalOrder() const | RenderCommand | inline |
| getIndexCapacity() const | CustomCommand | inline |
| getPipelineDescriptor() | RenderCommand | inline |
| getType() const | RenderCommand | inline |
| getVertexCapacity() const | CustomCommand | inline |
| IndexFormat typedef | CustomCommand | |
| init(float globalZOrder, const Mat4 &modelViewTransform, unsigned int flags) | CustomCommand | |
| init(float globalZOrder) | CustomCommand | |
| init(float globalZOrder, const BlendFunc &blendFunc) | CustomCommand | |
| is3D() const | RenderCommand | inline |
| isSkipBatching() const | RenderCommand | inline |
| isTransparent() const | RenderCommand | inline |
| set3D(bool value) | RenderCommand | inline |
| setAfterCallback(const CallBackFunc &after) | CustomCommand | inline |
| setBeforeCallback(const CallBackFunc &before) | CustomCommand | inline |
| setIndexBuffer(backend::Buffer *indexBuffer, IndexFormat indexFormat) | CustomCommand | |
| setIndexDrawInfo(std::size_t start, std::size_t count) | CustomCommand | inline |
| setSkipBatching(bool value) | RenderCommand | inline |
| setTransparent(bool isTransparent) | RenderCommand | inline |
| setVertexBuffer(backend::Buffer *vertexBuffer) | CustomCommand | |
| setVertexDrawInfo(std::size_t start, std::size_t count) | CustomCommand | inline |
| Type enum name | RenderCommand | |
| updateIndexBuffer(void *data, std::size_t length) | CustomCommand | |
| updateIndexBuffer(void *data, std::size_t offset, std::size_t length) | CustomCommand | |
| updateVertexBuffer(void *data, std::size_t length) | CustomCommand | |
| updateVertexBuffer(void *data, std::size_t offset, std::size_t length) | CustomCommand | |
| ~CustomCommand() | CustomCommand |