mirror of
https://github.com/raysan5/raylib.git
synced 2026-02-05 21:59:18 -05:00
Updated raylib data structures (markdown)
@ -17,7 +17,7 @@ raylib provides some basic data structures to organize game information. Those s
|
|||||||
struct RenderTexture // Alias for RenderTexture
|
struct RenderTexture // Alias for RenderTexture
|
||||||
struct RenderTexture2D; // RenderTexture2D type, for texture rendering
|
struct RenderTexture2D; // RenderTexture2D type, for texture rendering
|
||||||
struct CharInfo; // Font Character Info
|
struct CharInfo; // Font Character Info
|
||||||
struct Font; // Font type, includes texture and charSet array data (SprintFont fallback)
|
struct Font; // Font type, includes texture and charSet array data (SpriteFont fallback)
|
||||||
|
|
||||||
struct Camera; // Alias for Camera3D
|
struct Camera; // Alias for Camera3D
|
||||||
struct Camera2D; // Camera2D type, defines a 2d camera
|
struct Camera2D; // Camera2D type, defines a 2d camera
|
||||||
|
|||||||
Reference in New Issue
Block a user