proc primary*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc `primary =`*(self: ARVRInterface; val: bool) {.gcsafe, locks: 0
.}
-
proc getName*(self: ARVRInterface): string {.gcsafe, locks: 0
.}
-
proc isInstalled*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc hmdIsPresent*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc supportsHmd*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc isInitialized*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc initialize*(self: ARVRInterface): bool {.gcsafe, locks: 0
.}
-
proc uninitialize*(self: ARVRInterface) {.gcsafe, locks: 0
.}
-
proc getRecommendedRenderTargetsize*(self: ARVRInterface): Vector2 {.gcsafe, locks: 0
.}
-