Uses of Record Class
club.doki7.openxr.datatype.XrCompositionLayerPassthroughHTC
Packages that use XrCompositionLayerPassthroughHTC
-
Uses of XrCompositionLayerPassthroughHTC in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrCompositionLayerPassthroughHTCModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrCompositionLayerPassthroughHTCstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrCompositionLayerPassthroughHTCModifier and TypeMethodDescription@NotNull XrCompositionLayerPassthroughHTCXrCompositionLayerPassthroughHTC.Ptr.at(long index) Returns (a pointer to) the structure at the given index.XrCompositionLayerPassthroughHTC.clone(Arena arena, XrCompositionLayerPassthroughHTC src) XrCompositionLayerPassthroughHTC.color(@NotNull XrPassthroughColorHTC value) XrCompositionLayerPassthroughHTC.color(Consumer<@NotNull XrPassthroughColorHTC> consumer) XrCompositionLayerPassthroughHTC.layerFlags(long value) XrCompositionLayerPassthroughHTC.next(@NotNull MemorySegment value) XrCompositionLayerPassthroughHTC.passthrough(@Nullable XrPassthroughHTC value) XrCompositionLayerPassthroughHTC.Ptr.toArray()XrCompositionLayerPassthroughHTC.type(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrCompositionLayerPassthroughHTCModifier and TypeMethodDescription@NotNull Iterator<XrCompositionLayerPassthroughHTC> XrCompositionLayerPassthroughHTC.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrCompositionLayerPassthroughHTCModifier and TypeMethodDescriptionXrCompositionLayerPassthroughHTC.clone(Arena arena, XrCompositionLayerPassthroughHTC src) voidXrCompositionLayerPassthroughHTC.Ptr.write(long index, @NotNull XrCompositionLayerPassthroughHTC value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrCompositionLayerPassthroughHTCModifier and TypeMethodDescriptionXrCompositionLayerPassthroughHTC.Ptr.at(long index, @NotNull Consumer<@NotNull XrCompositionLayerPassthroughHTC> consumer)