Skip to content

Commit 2c228b4

Browse files
Site changes [skip-ci]
1 parent d4d13ff commit 2c228b4

File tree

5 files changed

+351
-21
lines changed

5 files changed

+351
-21
lines changed

_data/ref/alpha/camera.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -613,7 +613,7 @@
613613
],
614614
"info": {
615615
"brief": "Camera API documentation",
616-
"description": "Camera functions, messages and constants.",
616+
"description": "Messages to control camera components and camera focus.",
617617
"file": "",
618618
"group": "COMPONENTS",
619619
"language": "",

_data/ref/alpha/dmGameSystem.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -514,13 +514,14 @@
514514
}
515515
],
516516
"info": {
517-
"brief": "Component render constant API documentation",
518-
"description": "<span class=\"file\"><dmsdk/gamesystem/render_constants.h></span>\nApi for setting and updating component render constants",
519-
"file": "",
517+
"brief": "SDK Gui Component API documentation",
518+
"description": "Built-in scripting functions.",
519+
"file": "dmsdk/gamesys/gui.h",
520+
"group": "DEFOLD SDK",
520521
"language": "",
521-
"name": "Component Render Constants",
522+
"name": "GameSystem Gui",
522523
"namespace": "dmGameSystem",
523524
"notes": [],
524-
"path": ""
525+
"path": "engine/gamesys/src/dmsdk/gamesys/gui.h"
525526
}
526527
}

_data/ref/alpha/dmGraphics.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2555,14 +2555,13 @@
25552555
}
25562556
],
25572557
"info": {
2558-
"brief": "SDK Graphics API documentation",
2559-
"description": "Platform specific native graphics functions.",
2560-
"file": "dmsdk/graphics/graphics_native.h",
2561-
"group": "DEFOLD SDK",
2558+
"brief": "Graphics API documentation",
2559+
"description": "<span class=\"file\"><dmsdk/graphics/graphics_webgpu.h></span>\nGraphics WebGPU API",
2560+
"file": "",
25622561
"language": "",
2563-
"name": "Graphics",
2562+
"name": "Graphics WebGPU",
25642563
"namespace": "dmGraphics",
25652564
"notes": [],
2566-
"path": "engine/dlib/src/dmsdk/graphics/graphics_native.h"
2565+
"path": ""
25672566
}
25682567
}

0 commit comments

Comments
 (0)