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 TypeMethodDescriptionint
XR.destroyGeometryInstanceFB
(XrGeometryInstanceFB instance) int
XR.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 record
Represents a pointer toXrGeometryInstanceFB
handle(s) in native memory.Methods in club.doki7.openxr.handle that return XrGeometryInstanceFBModifier and TypeMethodDescription@Nullable XrGeometryInstanceFB
XrGeometryInstanceFB.Ptr.read()
@Nullable XrGeometryInstanceFB
XrGeometryInstanceFB.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.Ptr
XrGeometryInstanceFB.Ptr.allocate
(Arena arena, @Nullable XrGeometryInstanceFB @NotNull [] values) static XrGeometryInstanceFB.Ptr
XrGeometryInstanceFB.Ptr.allocateV
(Arena arena, @Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) void
XrGeometryInstanceFB.Ptr.write
(long index, @Nullable XrGeometryInstanceFB value) void
XrGeometryInstanceFB.Ptr.write
(@Nullable XrGeometryInstanceFB value) void
XrGeometryInstanceFB.Ptr.write
(@Nullable XrGeometryInstanceFB[] values) void
XrGeometryInstanceFB.Ptr.writeV
(@Nullable XrGeometryInstanceFB value0, @Nullable XrGeometryInstanceFB... values) Method parameters in club.doki7.openxr.handle with type arguments of type XrGeometryInstanceFBModifier and TypeMethodDescriptionstatic XrGeometryInstanceFB.Ptr
XrGeometryInstanceFB.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable XrGeometryInstanceFB> values)