Uses of Record Class
club.doki7.openxr.datatype.XrViewConfigurationProperties
Packages that use XrViewConfigurationProperties
-
Uses of XrViewConfigurationProperties in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrViewConfigurationPropertiesModifier and TypeMethodDescriptionint
XR.getViewConfigurationProperties
(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) int
XRStatic.getViewConfigurationProperties
(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) -
Uses of XrViewConfigurationProperties in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrViewConfigurationPropertiesModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofXrViewConfigurationProperties
structure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewConfigurationPropertiesModifier and TypeMethodDescription@NotNull XrViewConfigurationProperties
XrViewConfigurationProperties.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.XrViewConfigurationProperties.clone
(Arena arena, XrViewConfigurationProperties src) XrViewConfigurationProperties.fovMutable
(int value) XrViewConfigurationProperties.next
(@NotNull MemorySegment value) XrViewConfigurationProperties.Ptr.toArray()
XrViewConfigurationProperties.type
(int value) XrViewConfigurationProperties.viewConfigurationType
(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrViewConfigurationPropertiesModifier and TypeMethodDescription@NotNull Iterator
<XrViewConfigurationProperties> XrViewConfigurationProperties.Ptr.iterator()
Methods in club.doki7.openxr.datatype with parameters of type XrViewConfigurationPropertiesModifier and TypeMethodDescriptionXrViewConfigurationProperties.clone
(Arena arena, XrViewConfigurationProperties src) void
XrViewConfigurationProperties.Ptr.write
(long index, @NotNull XrViewConfigurationProperties value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrViewConfigurationPropertiesModifier and TypeMethodDescriptionXrViewConfigurationProperties.Ptr.at
(long index, @NotNull Consumer<@NotNull XrViewConfigurationProperties> consumer)