Uses of Record Class
club.doki7.openxr.handle.XrGeometryInstanceFB
Packages that use XrGeometryInstanceFB
-
Uses of XrGeometryInstanceFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrGeometryInstanceFBModifier and TypeMethodDescriptionintXR.destroyGeometryInstanceFB(XrGeometryInstanceFB instance) intXR.geometryInstanceSetTransformFB(XrGeometryInstanceFB instance, XrGeometryInstanceTransformFB transformation) -
Uses of XrGeometryInstanceFB in club.doki7.openxr.handle
Classes in club.doki7.openxr.handle that implement interfaces with type arguments of type XrGeometryInstanceFBModifier and TypeClassDescriptionstatic final recordRepresents a pointer toXrGeometryInstanceFBhandle(s) in native memory.Methods in club.doki7.openxr.handle that return XrGeometryInstanceFBModifier and TypeMethodDescription@Nullable XrGeometryInstanceFBXrGeometryInstanceFB.Ptr.read()@Nullable XrGeometryInstanceFBXrGeometryInstanceFB.Ptr.read(long index) Methods in club.doki7.openxr.handle that return types with arguments of type XrGeometryInstanceFBModifier and TypeMethodDescription@NotNull Iterator<XrGeometryInstanceFB> XrGeometryInstanceFB.Ptr.iterator()Methods in club.doki7.openxr.handle with parameters of type XrGeometryInstanceFBModifier and TypeMethodDescriptionstatic XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocate(Arena arena, @Nullable XrGeometryInstanceFB @NotNull [] values) static XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocateV(Arena arena, @Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) voidXrGeometryInstanceFB.Ptr.write(long index, @Nullable XrGeometryInstanceFB value) voidXrGeometryInstanceFB.Ptr.write(@Nullable XrGeometryInstanceFB value) voidXrGeometryInstanceFB.Ptr.write(@Nullable XrGeometryInstanceFB[] values) voidXrGeometryInstanceFB.Ptr.writeV(@Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrGeometryInstanceFBModifier and TypeMethodDescriptionstatic XrGeometryInstanceFB.PtrXrGeometryInstanceFB.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable XrGeometryInstanceFB> values)