You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/openxr/doc_classes/OpenXRFutureResult.xml
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -21,12 +21,26 @@
21
21
Return the [code]XrFutureEXT[/code] value this result relates to.
22
22
</description>
23
23
</method>
24
+
<methodname="get_result_value"qualifiers="const">
25
+
<returntype="Variant" />
26
+
<description>
27
+
Returns the result value of our asynchronous function (if set by the extension). The type of this result value depends on the function being called. Consult the documentation of the relevant function.
0 commit comments