Uses of Record Class
club.doki7.openxr.datatype.XrSwapchainCreateInfo
Packages that use XrSwapchainCreateInfo
-
Uses of XrSwapchainCreateInfo in club.doki7.openxr.command
Methods in club.doki7.openxr.command with parameters of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionintXR.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXRStatic.createSwapchain(XrSession session, XrSwapchainCreateInfo createInfo, XrSwapchain.Ptr swapchain) intXR.createSwapchainAndroidSurfaceKHR(XrSession session, XrSwapchainCreateInfo info, XrSwapchain.Ptr swapchain, PointerPtr surface) -
Uses of XrSwapchainCreateInfo in club.doki7.openxr.datatype
Classes in club.doki7.openxr.datatype that implement interfaces with type arguments of type XrSwapchainCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofXrSwapchainCreateInfostructure(s) in native memory.Methods in club.doki7.openxr.datatype that return XrSwapchainCreateInfoModifier and TypeMethodDescriptionstatic XrSwapchainCreateInfoXrSwapchainCreateInfo.arraySize(int value) @NotNull XrSwapchainCreateInfoXrSwapchainCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static XrSwapchainCreateInfoXrSwapchainCreateInfo.clone(Arena arena, XrSwapchainCreateInfo src) XrSwapchainCreateInfo.createFlags(long value) XrSwapchainCreateInfo.faceCount(int value) XrSwapchainCreateInfo.format(long value) XrSwapchainCreateInfo.height(int value) XrSwapchainCreateInfo.mipCount(int value) XrSwapchainCreateInfo.next(@NotNull MemorySegment value) XrSwapchainCreateInfo.sampleCount(int value) XrSwapchainCreateInfo.Ptr.toArray()XrSwapchainCreateInfo.type(int value) XrSwapchainCreateInfo.usageFlags(long value) XrSwapchainCreateInfo.width(int value) Methods in club.doki7.openxr.datatype that return types with arguments of type XrSwapchainCreateInfoModifier and TypeMethodDescription@NotNull Iterator<XrSwapchainCreateInfo> XrSwapchainCreateInfo.Ptr.iterator()Methods in club.doki7.openxr.datatype with parameters of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionstatic XrSwapchainCreateInfoXrSwapchainCreateInfo.clone(Arena arena, XrSwapchainCreateInfo src) voidXrSwapchainCreateInfo.Ptr.write(long index, @NotNull XrSwapchainCreateInfo value) Method parameters in club.doki7.openxr.datatype with type arguments of type XrSwapchainCreateInfoModifier and TypeMethodDescriptionXrSwapchainCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull XrSwapchainCreateInfo> consumer)