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 recordRepresents a pointer to / an array ofXrApiLayerPropertiesstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrApiLayerPropertiesModifier and TypeMethodDescriptionstatic XrApiLayerProperties@NotNull XrApiLayerPropertiesXrApiLayerProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrApiLayerPropertiesXrApiLayerProperties.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 XrApiLayerPropertiesXrApiLayerProperties.clone(Arena arena, XrApiLayerProperties src) voidXrApiLayerProperties.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)