elect
inline fun <R> MemoryStack.vr(block: lib.vr.() -> R): R { return lib.vr.run { block() } }
val event = vr { VREvent() }