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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to aVkSwapchainCreateInfoKHRstructure in native memory.static final recordRepresents a pointer to / an array ofVkSwapchainCreateInfoKHRstructure(s) in native memory.