From 21eb3f90c427b3b84801754e92bebb418a8d9391 Mon Sep 17 00:00:00 2001 From: jussi Date: Tue, 28 Nov 2023 22:39:10 +0200 Subject: Platform specific API documentation generation. --- src/gl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gl.c') diff --git a/src/gl.c b/src/gl.c index e5b5967..8f915ca 100644 --- a/src/gl.c +++ b/src/gl.c @@ -12,7 +12,7 @@ > RL.glBlitFramebuffer( RenderTexture srcTex, RenderTexture dstTex, Rectangle srcRect, Rectangle dstRect, int mask, int filter ) Copy a block of pixels from one framebuffer object to another. -Use -1 RenderTexture for window framebuffer. +Use -1 RenderTexture for window framebuffer */ int lglBlitFramebuffer( lua_State *L ) { if ( !( lua_isuserdata( L, 1 ) || lua_isnil( L, 1 ) ) || !( lua_isuserdata( L, 2 ) || lua_isnil( L, 2 ) ) ) { -- cgit v1.2.3