Uses of Record Class
club.doki7.openxr.datatype.XrGeometryInstanceCreateInfoFB
Packages that use XrGeometryInstanceCreateInfoFB
-
Uses of XrGeometryInstanceCreateInfoFB in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrGeometryInstanceCreateInfoFBModifier and TypeMethodDescriptionint
XR.createGeometryInstanceFB
(XrSession session, XrGeometryInstanceCreateInfoFB createInfo, XrGeometryInstanceFB.Ptr outGeometryInstance) -
Uses of XrGeometryInstanceCreateInfoFB in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrGeometryInstanceCreateInfoFBModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrGeometryInstanceCreateInfoFB
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrGeometryInstanceCreateInfoFBModifier and TypeMethodDescription@NotNull XrGeometryInstanceCreateInfoFB
XrGeometryInstanceCreateInfoFB.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrGeometryInstanceCreateInfoFB.clone
(Arena arena, XrGeometryInstanceCreateInfoFB src) XrGeometryInstanceCreateInfoFB.layer
(@Nullable XrPassthroughLayerFB value) XrGeometryInstanceCreateInfoFB.mesh
(@Nullable XrTriangleMeshFB value) XrGeometryInstanceCreateInfoFB.next
(@NotNull MemorySegment value) XrGeometryInstanceCreateInfoFB.scale
(@NotNull XrVector3f value) XrGeometryInstanceCreateInfoFB.scale
(Consumer<@NotNull XrVector3f> consumer) XrGeometryInstanceCreateInfoFB.Ptr.toArray()
XrGeometryInstanceCreateInfoFB.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrGeometryInstanceCreateInfoFBModifier and TypeMethodDescription@NotNull Iterator
<XrGeometryInstanceCreateInfoFB> XrGeometryInstanceCreateInfoFB.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrGeometryInstanceCreateInfoFBModifier and TypeMethodDescriptionXrGeometryInstanceCreateInfoFB.clone
(Arena arena, XrGeometryInstanceCreateInfoFB src) void
XrGeometryInstanceCreateInfoFB.Ptr.write
(long index, @NotNull XrGeometryInstanceCreateInfoFB value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrGeometryInstanceCreateInfoFBModifier and TypeMethodDescriptionXrGeometryInstanceCreateInfoFB.Ptr.at
(long index, @NotNull Consumer<@NotNull XrGeometryInstanceCreateInfoFB> consumer)