Axmol Engine 2.4.0-258ceca
Loading...
Searching...
No Matches
CustomCommand Member List

This is the complete list of members for CustomCommand, including all inherited members.

BufferUsage typedefCustomCommand
createIndexBuffer(IndexFormat format, std::size_t capacity, BufferUsage usage)CustomCommand
createVertexBuffer(std::size_t vertexSize, std::size_t capacity, BufferUsage usage)CustomCommand
CustomCommand()CustomCommand
getDepth() constRenderCommandinline
getGlobalOrder() constRenderCommandinline
getIndexCapacity() constCustomCommandinline
getPipelineDescriptor()RenderCommandinline
getType() constRenderCommandinline
getVertexCapacity() constCustomCommandinline
IndexFormat typedefCustomCommand
init(float globalZOrder, const Mat4 &modelViewTransform, unsigned int flags)CustomCommand
init(float globalZOrder)CustomCommand
init(float globalZOrder, const BlendFunc &blendFunc)CustomCommand
is3D() constRenderCommandinline
isSkipBatching() constRenderCommandinline
isTransparent() constRenderCommandinline
isWireframe() constRenderCommandinline
set3D(bool value)RenderCommandinline
setAfterCallback(const CallBackFunc &after)CustomCommandinline
setBeforeCallback(const CallBackFunc &before)CustomCommandinline
setIndexBuffer(backend::Buffer *indexBuffer, IndexFormat indexFormat)CustomCommand
setIndexDrawInfo(std::size_t start, std::size_t count)CustomCommandinline
setSkipBatching(bool value)RenderCommandinline
setTransparent(bool isTransparent)RenderCommandinline
setVertexBuffer(backend::Buffer *vertexBuffer)CustomCommand
setVertexDrawInfo(std::size_t start, std::size_t count)CustomCommandinline
setWireframe(bool value)RenderCommandinline
Type enum nameRenderCommand
updateIndexBuffer(const void *data, std::size_t length)CustomCommand
updateIndexBuffer(const void *data, std::size_t offset, std::size_t length)CustomCommand
updateVertexBuffer(const void *data, std::size_t length)CustomCommand
updateVertexBuffer(const void *data, std::size_t offset, std::size_t length)CustomCommand
~CustomCommand()CustomCommand