RenderQueue

Undocumented in source.

Constructors

this
this(ResourceManager resMan, IRenderer renderer)
Undocumented in source.

Members

Functions

beginFrame
void beginFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultFont
FontRef defaultFont()
Undocumented in source. Be warned that the author may not have intended to support it.
defaultText
TextMesherParams defaultText()
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(AnimationInstance animation, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(Sprite sprite, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw(SpriteInstance sprite, vec2 target, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
drawFrame
void drawFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
drawRectFill
void drawRectFill(vec2 pos, vec2 size, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
drawRectLine
void drawRectLine(vec2 pos, vec2 size, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
drawTexRect
void drawTexRect(frect target, frect source, float depth, Color4ub color)
Undocumented in source. Be warned that the author may not have intended to support it.
endFrame
void endFrame()
Undocumented in source. Be warned that the author may not have intended to support it.
popClipRect
void popClipRect()
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(vec2 pos, Color4ub color, int scale, const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(vec2 pos, Color4ub color, int scale, int depth, const(char[]) str)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(vec2 pos, Color4ub color, int scale, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(vec2 pos, Color4ub color, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
print
void print(vec2 pos, const(char[]) fmt, Args args)
Undocumented in source. Be warned that the author may not have intended to support it.
pushClipRect
void pushClipRect(irect rect)
Undocumented in source. Be warned that the author may not have intended to support it.
reuploadTexture
void reuploadTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
startTextAt
TextMesherParams startTextAt(vec2 origin)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

maxDepth2d
enum maxDepth2d;
Undocumented in source.
minDepth2d
enum minDepth2d;
Undocumented in source.

Variables

atlasTexture
Texture atlasTexture;
Undocumented in source.
batch
Batch2d batch;
Undocumented in source.
bufferRenderer
BufferRenderer bufferRenderer;
Undocumented in source.
defaultTextStyles
TextStyle[] defaultTextStyles;
Undocumented in source.
renderer
IRenderer renderer;
Undocumented in source.
resourceManager
ResourceManager resourceManager;
Undocumented in source.
texBatch
TexturedBatch2d texBatch;
Undocumented in source.

Meta