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 TypeMethodDescriptionintXR.getSystemProperties(XrInstance instance, long systemId, XrSystemProperties properties) intXRStatic.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 recordRepresents a pointer to / an array ofXrSystemPropertiesstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemPropertiesModifier and TypeMethodDescriptionstatic XrSystemProperties@NotNull XrSystemPropertiesXrSystemProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSystemPropertiesXrSystemProperties.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 XrSystemPropertiesXrSystemProperties.clone(Arena arena, XrSystemProperties src) voidXrSystemProperties.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)