summaryrefslogtreecommitdiff
path: root/apiScanner.lua
diff options
context:
space:
mode:
Diffstat (limited to 'apiScanner.lua')
-rw-r--r--apiScanner.lua14
1 files changed, 6 insertions, 8 deletions
diff --git a/apiScanner.lua b/apiScanner.lua
index 709e766..6a23268 100644
--- a/apiScanner.lua
+++ b/apiScanner.lua
@@ -93,10 +93,8 @@ local rlgl = {
rlLoadDrawQuad = true, -- Most likely not needed.
},
info = {
- rlBlitFramebuffer = "Will be added",
- rlEnablePointMode = "Will be added",
- rlEnableStatePointer = "Should probably be added for GRAPHICS_API_OPENGL_11",
- rlDisableStatePointer = "Should probably be added for GRAPHICS_API_OPENGL_11",
+ rlEnableStatePointer = "Available for GRAPHICS_API_OPENGL_11",
+ rlDisableStatePointer = "Available for GRAPHICS_API_OPENGL_11",
},
}
local raygui = {
@@ -123,12 +121,12 @@ local easings = {
prefix = "EASEDEF",
file = "easings.h",
blacklist = {
+ EaseLinearNone = true, -- "Replaced by EaseLinear"
+ EaseLinearIn = true, -- "Replaced by EaseLinear"
+ EaseLinearOut = true, -- "Replaced by EaseLinear"
+ EaseLinearInOut = true, -- "Replaced by EaseLinear"
},
info = {
- EaseLinearNone = "Will be added",
- EaseLinearIn = "Will be added",
- EaseLinearOut = "Will be added",
- EaseLinearInOut = "Will be added",
},
}