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 TypeMethodDescriptionint
VkDeviceCommands.createSharedSwapchainsKHR
(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) int
VkDeviceCommands.createSwapchainKHR
(VkDevice device, VkSwapchainCreateInfoKHR pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchain) void
VkDeviceCommands.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.Ptr
does 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.Ptr
static VkSwapchainKHR.Ptr
static VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocate
(Arena arena, @Nullable VkSwapchainKHR @NotNull [] values) static VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocate
(Arena arena, @NotNull Collection<@Nullable VkSwapchainKHR> values) static VkSwapchainKHR.Ptr
VkSwapchainKHR.Ptr.allocateV
(Arena arena, @Nullable VkSwapchainKHR value0, @Nullable VkSwapchainKHR... values) VkSwapchainKHR.Ptr.offset
(long offset) VkSwapchainKHR.Ptr.reinterpret
(long newSize) Assume theVkSwapchainKHR.Ptr
is capable of holding at leastnewSize
handles, create a new viewVkSwapchainKHR.Ptr
that 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).