diff options
author | BastiaanOlij <mux213@gmail.com> | 2017-11-04 11:50:05 +1100 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2017-11-13 22:08:43 +1100 |
commit | 9d3f8418ca252a4047b3818f16ed22228c1d0071 (patch) | |
tree | 76524415f0affb0172b8437b96e7d0c51d8db389 /modules/gdnative/include/arvr/godot_arvr.h | |
parent | 2fce0010f0d0eb2476028ed62335508bceabd820 (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.h | 2 |
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 *); |