From 6938cdbaede7eb63b9bc2adb9e0a93e243e291ee Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 10 Apr 2023 16:05:45 +0300 Subject: LoadShaderFromMemory fix. --- ReiLua_API.lua | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'ReiLua_API.lua') diff --git a/ReiLua_API.lua b/ReiLua_API.lua index 2433dbf..c6c5b7e 100644 --- a/ReiLua_API.lua +++ b/ReiLua_API.lua @@ -605,8 +605,9 @@ function RL.SetWindowMinSize( size ) end ---Get specified monitor position ---- Failure return nil ---- Success return Vector2 +---@param monitor integer ---@return any position -function RL.GetMonitorPosition() end +function RL.GetMonitorPosition( monitor ) end ---Get specified monitor size ---- Failure return nil @@ -2754,7 +2755,7 @@ function RL.ColorAlphaBlend( dst, src, tint ) end ---- Failure return false ---- Success return Color ---@param int any ----@return any Color +---@return any color function RL.GetColor( int ) end ---Get pixel color from source texture @@ -2762,7 +2763,7 @@ function RL.GetColor( int ) end ---- Success return Color ---@param texture any ---@param position table ----@return any Color +---@return any color function RL.GetPixelColor( texture, position ) end ---Get pixel data size in bytes for certain format -- cgit v1.2.3