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 recordRepresents a pointer to / an array ofXrSystemGraphicsPropertiesstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSystemGraphicsPropertiesModifier and TypeMethodDescriptionstatic XrSystemGraphicsProperties@NotNull XrSystemGraphicsPropertiesXrSystemGraphicsProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSystemGraphicsPropertiesXrSystemGraphicsProperties.clone(Arena arena, XrSystemGraphicsProperties src) @NotNull XrSystemGraphicsPropertiesXrSystemProperties.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 XrSystemGraphicsPropertiesXrSystemGraphicsProperties.clone(Arena arena, XrSystemGraphicsProperties src) XrSystemProperties.graphicsProperties(@NotNull XrSystemGraphicsProperties value) voidXrSystemGraphicsProperties.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)