Adding GDExtension support to XRInterface
This commit is contained in:
parent
6e87d62873
commit
86ff7f8550
28 changed files with 494 additions and 1008 deletions
|
|
@ -406,9 +406,9 @@ const GodotWebXR = {
|
|||
return GodotWebXR.pose.views.length;
|
||||
},
|
||||
|
||||
godot_webxr_get_render_targetsize__proxy: 'sync',
|
||||
godot_webxr_get_render_targetsize__sig: 'i',
|
||||
godot_webxr_get_render_targetsize: function () {
|
||||
godot_webxr_get_render_target_size__proxy: 'sync',
|
||||
godot_webxr_get_render_target_size__sig: 'i',
|
||||
godot_webxr_get_render_target_size: function () {
|
||||
if (!GodotWebXR.session || !GodotWebXR.pose) {
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue