summaryrefslogtreecommitdiff
path: root/modules/gdnative/include/arvr/godot_arvr.h
diff options
context:
space:
mode:
authorBastiaanOlij <mux213@gmail.com>2017-11-04 11:50:05 +1100
committerBastiaan Olij <mux213@gmail.com>2017-11-13 22:08:43 +1100
commit9d3f8418ca252a4047b3818f16ed22228c1d0071 (patch)
tree76524415f0affb0172b8437b96e7d0c51d8db389 /modules/gdnative/include/arvr/godot_arvr.h
parent2fce0010f0d0eb2476028ed62335508bceabd820 (diff)
Removed add/remove interface bindings and added get_interfaces
Diffstat (limited to 'modules/gdnative/include/arvr/godot_arvr.h')
-rw-r--r--modules/gdnative/include/arvr/godot_arvr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gdnative/include/arvr/godot_arvr.h b/modules/gdnative/include/arvr/godot_arvr.h
index c12251439d..be13ac954b 100644
--- a/modules/gdnative/include/arvr/godot_arvr.h
+++ b/modules/gdnative/include/arvr/godot_arvr.h
@@ -47,7 +47,7 @@ typedef struct {
godot_bool (*is_initialized)(const void *);
godot_bool (*initialize)(void *);
void (*uninitialize)(void *);
- godot_vector2 (*get_recommended_render_targetsize)(const void *);
+ godot_vector2 (*get_render_targetsize)(const void *);
godot_transform (*get_transform_for_eye)(void *, godot_int, godot_transform *);
void (*fill_projection_for_eye)(void *, godot_real *, godot_int, godot_real, godot_real, godot_real);
void (*commit_for_eye)(void *, godot_int, godot_rid *, godot_rect2 *);