MCPcopy Create free account
hub / github.com/DavidColson/Polybox / DrawSprite

Function DrawSprite

source/graphics.cpp:952–954  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950// ***********************************************************************
951
952void DrawSprite(sg_image image, Vec2f position) {
953 DrawSpriteRect(image, Vec4f(0.0f, 0.0f, 1.0f, 1.0f), position);
954}
955
956// ***********************************************************************
957

Callers 1

LuaDrawSpriteFunction · 0.85

Calls 1

DrawSpriteRectFunction · 0.85

Tested by

no test coverage detected