Uses of Interface
club.doki7.vulkan.datatype.IVkHostImageLayoutTransitionInfo
Packages that use IVkHostImageLayoutTransitionInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkHostImageLayoutTransitionInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkHostImageLayoutTransitionInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.transitionImageLayout
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) int
VkDeviceCommands.transitionImageLayoutEXT
(VkDevice device, int transitionCount, IVkHostImageLayoutTransitionInfo pTransitions) -
Uses of IVkHostImageLayoutTransitionInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkHostImageLayoutTransitionInfoModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkHostImageLayoutTransitionInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkHostImageLayoutTransitionInfo
structure(s) in native memory.