Uses of Record Class
club.doki7.openxr.datatype.XrFrameSynthesisInfoEXT
Packages that use XrFrameSynthesisInfoEXT
-
Uses of XrFrameSynthesisInfoEXT in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrFrameSynthesisInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrFrameSynthesisInfoEXT
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrFrameSynthesisInfoEXTModifier and TypeMethodDescriptionstatic XrFrameSynthesisInfoEXT
XrFrameSynthesisInfoEXT.appSpaceDeltaPose
(@NotNull XrPosef value) XrFrameSynthesisInfoEXT.appSpaceDeltaPose
(Consumer<@NotNull XrPosef> consumer) @NotNull XrFrameSynthesisInfoEXT
XrFrameSynthesisInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static XrFrameSynthesisInfoEXT
XrFrameSynthesisInfoEXT.clone
(Arena arena, XrFrameSynthesisInfoEXT src) XrFrameSynthesisInfoEXT.depthSubImage
(@NotNull XrSwapchainSubImage value) XrFrameSynthesisInfoEXT.depthSubImage
(Consumer<@NotNull XrSwapchainSubImage> consumer) XrFrameSynthesisInfoEXT.farZ
(float value) XrFrameSynthesisInfoEXT.layerFlags
(long value) XrFrameSynthesisInfoEXT.maxDepth
(float value) XrFrameSynthesisInfoEXT.minDepth
(float value) XrFrameSynthesisInfoEXT.motionVectorOffset
(@NotNull XrVector4f value) XrFrameSynthesisInfoEXT.motionVectorOffset
(Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorScale
(@NotNull XrVector4f value) XrFrameSynthesisInfoEXT.motionVectorScale
(Consumer<@NotNull XrVector4f> consumer) XrFrameSynthesisInfoEXT.motionVectorSubImage
(@NotNull XrSwapchainSubImage value) XrFrameSynthesisInfoEXT.motionVectorSubImage
(Consumer<@NotNull XrSwapchainSubImage> consumer) XrFrameSynthesisInfoEXT.nearZ
(float value) XrFrameSynthesisInfoEXT.next
(@NotNull MemorySegment value) XrFrameSynthesisInfoEXT.Ptr.toArray()
XrFrameSynthesisInfoEXT.type
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrFrameSynthesisInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<XrFrameSynthesisInfoEXT> XrFrameSynthesisInfoEXT.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrFrameSynthesisInfoEXTModifier and TypeMethodDescriptionstatic XrFrameSynthesisInfoEXT
XrFrameSynthesisInfoEXT.clone
(Arena arena, XrFrameSynthesisInfoEXT src) void
XrFrameSynthesisInfoEXT.Ptr.write
(long index, @NotNull XrFrameSynthesisInfoEXT value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrFrameSynthesisInfoEXTModifier and TypeMethodDescriptionXrFrameSynthesisInfoEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull XrFrameSynthesisInfoEXT> consumer)