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 TypeMethodDescriptionintXR.getViewConfigurationProperties(XrInstance instance, long systemId, int viewConfigurationType, XrViewConfigurationProperties configurationProperties) intXRStatic.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 recordRepresents a pointer to / an array ofXrViewConfigurationPropertiesstructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrViewConfigurationPropertiesModifier and TypeMethodDescription@NotNull XrViewConfigurationPropertiesXrViewConfigurationProperties.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) voidXrViewConfigurationProperties.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)