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