From d351b7b025f95983e49afaecb2fafef7802996a0 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 31 Oct 2023 12:21:25 +0200 Subject: More RLGL Initialization functions. --- API.md | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) (limited to 'API.md') diff --git a/API.md b/API.md index b23c9eb..1dc0fdc 100644 --- a/API.md +++ b/API.md @@ -6674,6 +6674,58 @@ Get current OpenGL version --- +> version = RL.rlSetFramebufferWidth( int width ) + +Set current framebuffer width + +--- + +> width = RL.rlGetFramebufferWidth() + +Get default framebuffer width + +- Success return int + +--- + +> version = RL.rlSetFramebufferHeight( int height ) + +Set current framebuffer height + +--- + +> height = RL.rlGetFramebufferHeight() + +Get default framebuffer height + +- Success return int + +--- + +> id = RL.rlGetTextureIdDefault() + +Get default texture id + +- Success return int + +--- + +> id = RL.rlGetShaderIdDefault() + +Get default shader id + +- Success return int + +--- + +> locations = RL.rlGetShaderLocsDefault() + +Get default shader locations + +- Success return int{} + +--- + ## RLGL - Render batch management --- -- cgit v1.2.3