From aa03fffcb32e4a04589d74273c81316b39afacd9 Mon Sep 17 00:00:00 2001 From: jussi Date: Thu, 30 Nov 2023 02:50:00 +0200 Subject: Raygui textures with SetShapesTexture. --- API.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'API.md') diff --git a/API.md b/API.md index 7bb138c..1bbb8b9 100644 --- a/API.md +++ b/API.md @@ -5880,6 +5880,14 @@ Draw text (Custom sprite font) within an image (Destination) --- +> texture = RL.GetTextureDefault() + +Get default texture. Return as lightuserdata + +- Success return Texture + +--- + > texture = RL.LoadTexture( string fileName ) Load texture from file into GPU memory ( VRAM ) @@ -6201,10 +6209,12 @@ Get pixel data size in bytes for certain format --- -> RL.GetFontDefault() +> font = RL.GetFontDefault() Get the default Font. Return as lightuserdata +- Success return Font + --- > font = RL.LoadFont( string fileName ) -- cgit v1.2.3