Uses of Record Class
club.doki7.openxr.datatype.XrSystemGraphicsProperties
Packages that use XrSystemGraphicsProperties
-
Uses of XrSystemGraphicsProperties in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSystemGraphicsPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrSystemGraphicsProperties
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemGraphicsPropertiesModifier and TypeMethodDescriptionstatic XrSystemGraphicsProperties
@NotNull XrSystemGraphicsProperties
XrSystemGraphicsProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrSystemGraphicsProperties
XrSystemGraphicsProperties.clone
(Arena arena, XrSystemGraphicsProperties src) @NotNull XrSystemGraphicsProperties
XrSystemProperties.graphicsProperties()
XrSystemGraphicsProperties.maxLayerCount
(int value) XrSystemGraphicsProperties.maxSwapchainImageHeight
(int value) XrSystemGraphicsProperties.maxSwapchainImageWidth
(int value) XrSystemGraphicsProperties.Ptr.toArray()
Methods in club.doki7.openxr.datatype that return types with arguments of type XrSystemGraphicsPropertiesModifier and TypeMethodDescription@NotNull Iterator
<XrSystemGraphicsProperties> XrSystemGraphicsProperties.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrSystemGraphicsPropertiesModifier and TypeMethodDescriptionstatic XrSystemGraphicsProperties
XrSystemGraphicsProperties.clone
(Arena arena, XrSystemGraphicsProperties src) XrSystemProperties.graphicsProperties
(@NotNull XrSystemGraphicsProperties value) void
XrSystemGraphicsProperties.Ptr.write
(long index, @NotNull XrSystemGraphicsProperties value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSystemGraphicsPropertiesModifier and TypeMethodDescriptionXrSystemGraphicsProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull XrSystemGraphicsProperties> consumer) XrSystemProperties.graphicsProperties
(Consumer<@NotNull XrSystemGraphicsProperties> consumer)