Uses of Record Class
club.doki7.vulkan.handle.VkSwapchainKHR.Ptr
Packages that use VkSwapchainKHR.Ptr
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkSwapchainKHR.Ptr in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSwapchainKHR.PtrModifier and TypeMethodDescriptionintVkDeviceCommands.createSharedSwapchainsKHR(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) intVkDeviceCommands.createSwapchainKHR(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) voidVkDeviceCommands.setHdrMetadataEXT(VkDevice device, int swapchainCount, VkSwapchainKHR.Ptr pSwapchains, IVkHdrMetadataEXT pMetadata) -
Uses of VkSwapchainKHR.Ptr in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkSwapchainKHR.PtrModifier and TypeMethodDescriptionVkPresentInfoKHR.pSwapchains()Note: the returnedVkSwapchainKHR.Ptrdoes not have correctsize()property.Methods in club.doki7.vulkan.datatype with parameters of type VkSwapchainKHR.Ptr -
Uses of VkSwapchainKHR.Ptr in club.doki7.vulkan.handle
Methods in club.doki7.vulkan.handle that return VkSwapchainKHR.PtrModifier and TypeMethodDescriptionstatic VkSwapchainKHR.Ptrstatic VkSwapchainKHR.Ptrstatic VkSwapchainKHR.PtrVkSwapchainKHR.Ptr.allocate(Arena arena, @Nullable VkSwapchainKHR @NotNull [] values) static VkSwapchainKHR.PtrVkSwapchainKHR.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkSwapchainKHR> values) static VkSwapchainKHR.PtrVkSwapchainKHR.Ptr.allocateV(Arena arena, @Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) VkSwapchainKHR.Ptr.offset(long offset) VkSwapchainKHR.Ptr.reinterpret(long newSize) Assume theVkSwapchainKHR.Ptris capable of holding at leastnewSizehandles, create a new viewVkSwapchainKHR.Ptrthat uses the same backing storage as thisVkSwapchainKHR.Ptr, but with the new size.VkSwapchainKHR.Ptr.slice(long end) VkSwapchainKHR.Ptr.slice(long start, long end) Note that this function uses theList.subList(int, int)semantics (left inclusive, right exclusive interval), notMemorySegment.asSlice(long, long)semantics (offset + newSize).