|
@@ -670,7 +670,7 @@
|
|
<Param type="unsigned int" name="frames" desc="" />
|
|
<Param type="unsigned int" name="frames" desc="" />
|
|
</Callback>
|
|
</Callback>
|
|
</Callbacks>
|
|
</Callbacks>
|
|
- <Functions count="575">
|
|
|
|
|
|
+ <Functions count="576">
|
|
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
|
|
<Function name="InitWindow" retType="void" paramCount="3" desc="Initialize window and OpenGL context">
|
|
<Param type="int" name="width" desc="" />
|
|
<Param type="int" name="width" desc="" />
|
|
<Param type="int" name="height" desc="" />
|
|
<Param type="int" name="height" desc="" />
|
|
@@ -2236,12 +2236,17 @@
|
|
<Param type="int" name="height" desc="" />
|
|
<Param type="int" name="height" desc="" />
|
|
<Param type="int" name="format" desc="" />
|
|
<Param type="int" name="format" desc="" />
|
|
</Function>
|
|
</Function>
|
|
|
|
+ <Function name="ColorLerp" retType="Color" paramCount="3" desc="Mix 2 Colors Together">
|
|
|
|
+ <Param type="Color" name="color1" desc="" />
|
|
|
|
+ <Param type="Color" name="color2" desc="" />
|
|
|
|
+ <Param type="float" name="d" desc="" />
|
|
|
|
+ </Function>
|
|
<Function name="GetFontDefault" retType="Font" paramCount="0" desc="Get the default Font">
|
|
<Function name="GetFontDefault" retType="Font" paramCount="0" desc="Get the default Font">
|
|
</Function>
|
|
</Function>
|
|
<Function name="LoadFont" retType="Font" paramCount="1" desc="Load font from file into GPU memory (VRAM)">
|
|
<Function name="LoadFont" retType="Font" paramCount="1" desc="Load font from file into GPU memory (VRAM)">
|
|
<Param type="const char *" name="fileName" desc="" />
|
|
<Param type="const char *" name="fileName" desc="" />
|
|
</Function>
|
|
</Function>
|
|
- <Function name="LoadFontEx" retType="Font" paramCount="4" desc="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character setFont">
|
|
|
|
|
|
+ <Function name="LoadFontEx" retType="Font" paramCount="4" desc="Load font from file with extended parameters, use NULL for codepoints and 0 for codepointCount to load the default character set, font size is provided in pixels height">
|
|
<Param type="const char *" name="fileName" desc="" />
|
|
<Param type="const char *" name="fileName" desc="" />
|
|
<Param type="int" name="fontSize" desc="" />
|
|
<Param type="int" name="fontSize" desc="" />
|
|
<Param type="int *" name="codepoints" desc="" />
|
|
<Param type="int *" name="codepoints" desc="" />
|