Uses of Record Class
club.doki7.openxr.datatype.XrSystemProperties
Packages that use XrSystemProperties
-
Uses of XrSystemProperties in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSystemPropertiesModifier and TypeMethodDescriptionint
XR.getSystemProperties
(XrInstance instance, long systemId, XrSystemProperties properties) int
XRStatic.getSystemProperties
(XrInstance instance, long systemId, XrSystemProperties properties) -
Uses of XrSystemProperties in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemProperties
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemPropertiesModifier and TypeMethodDescriptionstatic XrSystemProperties
@NotNull XrSystemProperties
XrSystemProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSystemProperties
XrSystemProperties.clone
(Arena arena, XrSystemProperties src) XrSystemProperties.graphicsProperties
(@NotNull XrSystemGraphicsProperties value) XrSystemProperties.graphicsProperties
(Consumer<@NotNull XrSystemGraphicsProperties> consumer) XrSystemProperties.next
(@NotNull MemorySegment value) XrSystemProperties.systemId
(long value) XrSystemProperties.systemName
(BytePtr value) XrSystemProperties.systemName
(@NotNull Consumer<BytePtr> consumer) XrSystemProperties.Ptr.toArray()
XrSystemProperties.trackingProperties
(@NotNull XrSystemTrackingProperties value) XrSystemProperties.trackingProperties
(Consumer<@NotNull XrSystemTrackingProperties> consumer) XrSystemProperties.type
(int value) XrSystemProperties.vendorId
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemPropertiesModifier and TypeMethodDescription@NotNull Iterator
<XrSystemProperties> XrSystemProperties.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemPropertiesModifier and TypeMethodDescriptionstatic XrSystemProperties
XrSystemProperties.clone
(Arena arena, XrSystemProperties src) void
XrSystemProperties.Ptr.write
(long index, @NotNull XrSystemProperties value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemPropertiesModifier and TypeMethodDescriptionXrSystemProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemProperties> consumer)