Uses of Record Class
club.doki7.openxr.datatype.XrExtent3DfKHR
Packages that use XrExtent3DfKHR
-
Uses of XrExtent3DfKHR in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrExtent3DfKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrExtent3DfKHRstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrExtent3DfKHRModifier and TypeMethodDescriptionstatic XrExtent3DfKHR@NotNull XrExtent3DfKHRXrExtent3DfKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrExtent3DfKHRXrExtent3DfKHR.clone(Arena arena, XrExtent3DfKHR src) XrExtent3DfKHR.depth(float value) XrExtent3DfKHR.height(float value) XrExtent3DfKHR.Ptr.toArray()XrExtent3DfKHR.width(float value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrExtent3DfKHRModifier and TypeMethodDescription@NotNull Iterator<XrExtent3DfKHR> XrExtent3DfKHR.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrExtent3DfKHRModifier and TypeMethodDescriptionstatic XrExtent3DfKHRXrExtent3DfKHR.clone(Arena arena, XrExtent3DfKHR src) voidXrExtent3DfKHR.Ptr.write(long index, @NotNull XrExtent3DfKHR value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrExtent3DfKHRModifier and TypeMethodDescriptionXrExtent3DfKHR.Ptr.at(long index, @NotNull Consumer<@NotNull XrExtent3DfKHR> consumer)