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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdWaitEvents2
(VkCommandBuffer commandBuffer, int eventCount, VkEvent.Ptr pEvents, IVkDependencyInfo pDependencyInfos) void
VkDeviceCommands.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 record
Represents a pointer to aVkDependencyInfo
structure in native memory.static final record
Represents a pointer to / an array ofVkDependencyInfo
structure(s) in native memory.