rlparser: update raylib_api.* by CI
This commit is contained in:
parent
fefb9f4428
commit
23433fe2dc
|
|
@ -335,12 +335,6 @@
|
||||||
"type": "UNKNOWN",
|
"type": "UNKNOWN",
|
||||||
"value": "SHADER_LOC_MAP_METALNESS",
|
"value": "SHADER_LOC_MAP_METALNESS",
|
||||||
"description": ""
|
"description": ""
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "GetMouseRay",
|
|
||||||
"type": "UNKNOWN",
|
|
||||||
"value": "GetScreenToWorldRay",
|
|
||||||
"description": "Compatibility hack for previous raylib versions"
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"structs": [
|
"structs": [
|
||||||
|
|
|
||||||
|
|
@ -335,12 +335,6 @@ return {
|
||||||
type = "UNKNOWN",
|
type = "UNKNOWN",
|
||||||
value = "SHADER_LOC_MAP_METALNESS",
|
value = "SHADER_LOC_MAP_METALNESS",
|
||||||
description = ""
|
description = ""
|
||||||
},
|
|
||||||
{
|
|
||||||
name = "GetMouseRay",
|
|
||||||
type = "UNKNOWN",
|
|
||||||
value = "GetScreenToWorldRay",
|
|
||||||
description = "Compatibility hack for previous raylib versions"
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
structs = {
|
structs = {
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
|
|
||||||
Defines found: 57
|
Defines found: 56
|
||||||
|
|
||||||
Define 001: RAYLIB_H
|
Define 001: RAYLIB_H
|
||||||
Name: RAYLIB_H
|
Name: RAYLIB_H
|
||||||
|
|
@ -281,11 +281,6 @@ Define 056: SHADER_LOC_MAP_SPECULAR
|
||||||
Type: UNKNOWN
|
Type: UNKNOWN
|
||||||
Value: SHADER_LOC_MAP_METALNESS
|
Value: SHADER_LOC_MAP_METALNESS
|
||||||
Description:
|
Description:
|
||||||
Define 057: GetMouseRay
|
|
||||||
Name: GetMouseRay
|
|
||||||
Type: UNKNOWN
|
|
||||||
Value: GetScreenToWorldRay
|
|
||||||
Description: Compatibility hack for previous raylib versions
|
|
||||||
|
|
||||||
Structures found: 35
|
Structures found: 35
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
<?xml version="1.0" encoding="Windows-1252" ?>
|
<?xml version="1.0" encoding="Windows-1252" ?>
|
||||||
<raylibAPI>
|
<raylibAPI>
|
||||||
<Defines count="57">
|
<Defines count="56">
|
||||||
<Define name="RAYLIB_H" type="GUARD" value="" desc="" />
|
<Define name="RAYLIB_H" type="GUARD" value="" desc="" />
|
||||||
<Define name="RAYLIB_VERSION_MAJOR" type="INT" value="6" desc="" />
|
<Define name="RAYLIB_VERSION_MAJOR" type="INT" value="6" desc="" />
|
||||||
<Define name="RAYLIB_VERSION_MINOR" type="INT" value="1" desc="" />
|
<Define name="RAYLIB_VERSION_MINOR" type="INT" value="1" desc="" />
|
||||||
|
|
@ -57,7 +57,6 @@
|
||||||
<Define name="MATERIAL_MAP_SPECULAR" type="UNKNOWN" value="MATERIAL_MAP_METALNESS" desc="" />
|
<Define name="MATERIAL_MAP_SPECULAR" type="UNKNOWN" value="MATERIAL_MAP_METALNESS" desc="" />
|
||||||
<Define name="SHADER_LOC_MAP_DIFFUSE" type="UNKNOWN" value="SHADER_LOC_MAP_ALBEDO" desc="" />
|
<Define name="SHADER_LOC_MAP_DIFFUSE" type="UNKNOWN" value="SHADER_LOC_MAP_ALBEDO" desc="" />
|
||||||
<Define name="SHADER_LOC_MAP_SPECULAR" type="UNKNOWN" value="SHADER_LOC_MAP_METALNESS" desc="" />
|
<Define name="SHADER_LOC_MAP_SPECULAR" type="UNKNOWN" value="SHADER_LOC_MAP_METALNESS" desc="" />
|
||||||
<Define name="GetMouseRay" type="UNKNOWN" value="GetScreenToWorldRay" desc="Compatibility hack for previous raylib versions" />
|
|
||||||
</Defines>
|
</Defines>
|
||||||
<Structs count="35">
|
<Structs count="35">
|
||||||
<Struct name="Vector2" fieldCount="2" desc="Vector2, 2 components">
|
<Struct name="Vector2" fieldCount="2" desc="Vector2, 2 components">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user