engine.render

Undocumented in source.

Modules

batcher
module engine.render.batcher
Undocumented in source.
fbo
module engine.render.fbo
Undocumented in source.
shader
module engine.render.shader
Undocumented in source.
texture
module engine.render.texture
Undocumented in source.
tile
module engine.render.tile
Undocumented in source.

Public Imports

bindbc.opengl
public import bindbc.opengl;
Undocumented in source.
engine.render.shader
public import engine.render.shader;
Undocumented in source.
engine.render.tile
public import engine.render.tile;
Undocumented in source.
engine.render.texture
public import engine.render.texture;
Undocumented in source.
engine.render.batcher
public import engine.render.batcher;
Undocumented in source.
engine.render.fbo
public import engine.render.fbo;
Undocumented in source.

Members

Functions

initRender
void initRender()
Undocumented in source. Be warned that the author may not have intended to support it.
kmViewport
void kmViewport(int x, int y, int width, int height)

Sets the viewport

kmViewportHeight
int kmViewportHeight()

Returns the viewport height

kmViewportWidth
int kmViewportWidth()

Returns the viewport width

kmViewportX
int kmViewportX()

Returns the viewport X

kmViewportY
int kmViewportY()

Returns the viewport Y

Meta