Uses of Record Class
club.doki7.openxr.datatype.XrApiLayerProperties
Packages that use XrApiLayerProperties
-
Uses of XrApiLayerProperties in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrApiLayerPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrApiLayerProperties
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrApiLayerPropertiesModifier and TypeMethodDescriptionstatic XrApiLayerProperties
@NotNull XrApiLayerProperties
XrApiLayerProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrApiLayerProperties
XrApiLayerProperties.clone
(Arena arena, XrApiLayerProperties src) XrApiLayerProperties.description
(BytePtr value) XrApiLayerProperties.description
(@NotNull Consumer<BytePtr> consumer) XrApiLayerProperties.layerVersion
(int value) XrApiLayerProperties.next
(@NotNull MemorySegment value) XrApiLayerProperties.specVersion
(long value) XrApiLayerProperties.Ptr.toArray()
XrApiLayerProperties.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrApiLayerPropertiesModifier and TypeMethodDescription@NotNull Iterator
<XrApiLayerProperties> XrApiLayerProperties.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrApiLayerPropertiesModifier and TypeMethodDescriptionstatic XrApiLayerProperties
XrApiLayerProperties.clone
(Arena arena, XrApiLayerProperties src) void
XrApiLayerProperties.Ptr.write
(long index, @NotNull XrApiLayerProperties value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrApiLayerPropertiesModifier and TypeMethodDescriptionXrApiLayerProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull XrApiLayerProperties> consumer)