Uses of Interface
club.doki7.vulkan.datatype.IVkSwapchainCreateInfoKHR
Packages that use IVkSwapchainCreateInfoKHR
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkSwapchainCreateInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkSwapchainCreateInfoKHRModifier and TypeMethodDescriptionint
VkDeviceCommands.createSharedSwapchainsKHR
(VkDevice device, int swapchainCount, IVkSwapchainCreateInfoKHR pCreateInfos, @Nullable VkAllocationCallbacks pAllocator, VkSwapchainKHR.Ptr pSwapchains) -
Uses of IVkSwapchainCreateInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkSwapchainCreateInfoKHRModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkSwapchainCreateInfoKHR
structure in native memory.static final record
Represents a pointer to / an array ofVkSwapchainCreateInfoKHR
structure(s) in native memory.