Uses of Record Class
club.doki7.openxr.datatype.XrVisualMeshComputeLodInfoMSFT
Packages that use XrVisualMeshComputeLodInfoMSFT
-
Uses of XrVisualMeshComputeLodInfoMSFT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrVisualMeshComputeLodInfoMSFTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrVisualMeshComputeLodInfoMSFT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrVisualMeshComputeLodInfoMSFTModifier and TypeMethodDescription@NotNull XrVisualMeshComputeLodInfoMSFT
XrVisualMeshComputeLodInfoMSFT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrVisualMeshComputeLodInfoMSFT.clone
(Arena arena, XrVisualMeshComputeLodInfoMSFT src) XrVisualMeshComputeLodInfoMSFT.lod
(int value) XrVisualMeshComputeLodInfoMSFT.next
(@NotNull MemorySegment value) XrVisualMeshComputeLodInfoMSFT.Ptr.toArray()
XrVisualMeshComputeLodInfoMSFT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrVisualMeshComputeLodInfoMSFTModifier and TypeMethodDescription@NotNull Iterator
<XrVisualMeshComputeLodInfoMSFT> XrVisualMeshComputeLodInfoMSFT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrVisualMeshComputeLodInfoMSFTModifier and TypeMethodDescriptionXrVisualMeshComputeLodInfoMSFT.clone
(Arena arena, XrVisualMeshComputeLodInfoMSFT src) void
XrVisualMeshComputeLodInfoMSFT.Ptr.write
(long index, @NotNull XrVisualMeshComputeLodInfoMSFT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrVisualMeshComputeLodInfoMSFTModifier and TypeMethodDescriptionXrVisualMeshComputeLodInfoMSFT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrVisualMeshComputeLodInfoMSFT> consumer)