mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 10:11:57 +03:00
Send notifications to ARVRInterfaces
This commit is contained in:
@@ -63,6 +63,7 @@ typedef struct {
|
||||
void (*process)(void *);
|
||||
// only in 1.1 onwards
|
||||
godot_int (*get_external_texture_for_eye)(void *, godot_int);
|
||||
void (*notification)(godot_int);
|
||||
} godot_arvr_interface_gdnative;
|
||||
|
||||
void GDAPI godot_arvr_register_interface(const godot_arvr_interface_gdnative *p_interface);
|
||||
|
||||
Reference in New Issue
Block a user