This commit is contained in:
Isuru Samarathunga
2025-10-14 02:58:39 +05:30
parent 58f2190199
commit 0f557eb010
3 changed files with 8 additions and 1 deletions

View File

@ -61,6 +61,7 @@ namespace ia::iae
STATIC VOID SetRenderState_Texture(IN Handle image);
STATIC VOID SetRenderState_Transform(IN Vec2 position, IN Vec2 scale, IN FLOAT32 rotation, IN UINT8 layer,
IN INT16 sortIndex);
STATIC Vec2 GetRendererScalingFactor();
// Debug Draw Functions
STATIC VOID DebugDraw_SetColor(IN Color color);