Skip to content

Commit 2a683bb

Browse files
Site changes
1 parent bc02b8f commit 2a683bb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

_data/ref/alpha/engine-gamesys-src-dmsdk-gamesys-resources-res_light-h.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"elements": [
33
{
44
"brief": "Get the render light prototype for a loaded light resource",
5-
"description": "Returns the <code>dmRender::HLightPrototype</code> handle created from the <code>.lightc</code> data.\nThe pointer remains valid until the resource is released.",
5+
"description": "Returns the <code>dmRender::HLightPrototype</code> handle created from the <code>.lightc</code> data.\nThe handle remains valid until the resource is released.",
66
"error": "",
77
"examples": "",
88
"language": "",
@@ -22,10 +22,10 @@
2222
"replaces": "",
2323
"returnvalues": [
2424
{
25-
"doc": "Prototype pointer",
25+
"doc": "Prototype handle",
2626
"name": "prototype",
2727
"types": [
28-
"dmRender::HLightPrototype*"
28+
"dmRender::HLightPrototype"
2929
]
3030
}
3131
],

0 commit comments

Comments
 (0)