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