bindbc.kw.tilerenderer

Undocumented in source.

Members

Aliases

pKW_BlitTile
alias pKW_BlitTile = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_BlitTileFill
alias pKW_BlitTileFill = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_BlitTileFrame
alias pKW_BlitTileFrame = void function(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int startcolumn, int startline, const KW_Rect* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_CreateTileFrameTexture
alias pKW_CreateTileFrameTexture = KW_Texture* function(KW_RenderDriver* renderer, KW_Surface* tileset, int startcolumn, int startline, int w, int h, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_IsTileStretchable
alias pKW_IsTileStretchable = KW_bool function(KW_RenderDriver* renderer, KW_Surface* tileset, int line, int column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RenderTile
alias pKW_RenderTile = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RenderTileFill
alias pKW_RenderTileFill = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pKW_RenderTileFrame
alias pKW_RenderTileFrame = void function(KW_RenderDriver* renderer, KW_Texture* tileset, int startcolumn, int startline, const(KW_Rect)* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

KW_BlitTile
void KW_BlitTile(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_BlitTileFill
void KW_BlitTileFill(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_BlitTileFrame
void KW_BlitTileFrame(KW_RenderDriver* renderer, KW_Surface* dst, KW_Surface* tileset, int startcolumn, int startline, KW_Rect* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_CreateTileFrameTexture
KW_Texture* KW_CreateTileFrameTexture(KW_RenderDriver* renderer, KW_Surface* tileset, int startcolumn, int startline, int w, int h, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_IsTileStretchable
KW_bool KW_IsTileStretchable(KW_RenderDriver* renderer, KW_Surface* tileset, int line, int column)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RenderTile
void KW_RenderTile(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RenderTileFill
void KW_RenderTileFill(KW_RenderDriver* renderer, KW_Texture* tileset, int column, int line, int x, int y, int w, int h, KW_bool stretch)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
KW_RenderTileFrame
void KW_RenderTileFrame(KW_RenderDriver* renderer, KW_Texture* tileset, int startcolumn, int startline, const(KW_Rect)* fillrect, KW_bool stretchcenter, KW_bool stretchsides)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

KW_BlitTile
pKW_BlitTile KW_BlitTile;
Undocumented in source.
KW_BlitTileFill
pKW_BlitTileFill KW_BlitTileFill;
Undocumented in source.
KW_BlitTileFrame
pKW_BlitTileFrame KW_BlitTileFrame;
Undocumented in source.
KW_CreateTileFrameTexture
pKW_CreateTileFrameTexture KW_CreateTileFrameTexture;
Undocumented in source.
KW_IsTileStretchable
pKW_IsTileStretchable KW_IsTileStretchable;
Undocumented in source.
KW_RenderTile
pKW_RenderTile KW_RenderTile;
Undocumented in source.
KW_RenderTileFill
pKW_RenderTileFill KW_RenderTileFill;
Undocumented in source.
KW_RenderTileFrame
pKW_RenderTileFrame KW_RenderTileFrame;
Undocumented in source.
TILESIZE
auto TILESIZE;
Undocumented in source.

Meta