diff options
Diffstat (limited to 'parser/output/raylib_api.xml')
| -rw-r--r-- | parser/output/raylib_api.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/parser/output/raylib_api.xml b/parser/output/raylib_api.xml index fa953b62..bafb8a65 100644 --- a/parser/output/raylib_api.xml +++ b/parser/output/raylib_api.xml @@ -670,7 +670,7 @@ <Param type="unsigned int" name="frames" desc="" /> </Callback> </Callbacks> - <Functions count="572"> + <Functions count="573"> <Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context"> <Param type="int" name="width" desc="" /> <Param type="int" name="height" desc="" /> @@ -1810,6 +1810,10 @@ <Param type="float" name="spacing" desc="" /> <Param type="Color" name="tint" desc="" /> </Function> + <Function name="ImageFromChannel" retType="Image" paramCount="2" desc="Create an image from a selected channel of another image"> + <Param type="Image" name="image" desc="" /> + <Param type="int" name="selectedChannel" desc="" /> + </Function> <Function name="ImageFormat" retType="void" paramCount="2" desc="Convert image data to desired format"> <Param type="Image *" name="image" desc="" /> <Param type="int" name="newFormat" desc="" /> |
