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