Uses of Interface
club.doki7.vulkan.datatype.IVkDependencyInfo
Packages that use IVkDependencyInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkDependencyInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkDependencyInfoModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdWaitEvents2(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) voidVkDeviceCommands.cmdWaitEvents2KHR(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) -
Uses of IVkDependencyInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkDependencyInfoModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkDependencyInfostructure in native memory.static final recordRepresents a pointer to / an array ofVkDependencyInfostructure(s) in native memory.