Uses of Record Class
club.doki7.vulkan.handle.VkEvent
Packages that use VkEvent
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.Opaque handle types of Vulkan API.
-
Uses of VkEvent in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkEventModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdResetEvent
(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) void
VkDeviceCommands.cmdResetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) void
VkDeviceCommands.cmdResetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) void
VkDeviceCommands.cmdSetEvent
(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) void
VkDeviceCommands.cmdSetEvent2
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.cmdSetEvent2KHR
(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) void
VkDeviceCommands.destroyEvent
(VkDevice device, @Nullable VkEvent event, @Nullable VkAllocationCallbacks pAllocator) int
VkDeviceCommands.getEventStatus
(VkDevice device, VkEvent event) int
VkDeviceCommands.resetEvent
(VkDevice device, VkEvent event) int
-
Uses of VkEvent in club.doki7.vulkan.datatype
Methods in club.doki7.vulkan.datatype that return VkEventMethods in club.doki7.vulkan.datatype with parameters of type VkEventModifier and TypeMethodDescription -
Uses of VkEvent in club.doki7.vulkan.handle
Classes in club.doki7.vulkan.handle that implement interfaces with type arguments of type VkEventModifier and TypeClassDescriptionstatic final record
Represents a pointer toVkEvent
handle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkEventModifier and TypeMethodDescription@Nullable VkEvent
VkEvent.Ptr.read()
@Nullable VkEvent
VkEvent.Ptr.read
(long index) Methods in club.doki7.vulkan.handle that return types with arguments of type VkEventMethods in club.doki7.vulkan.handle with parameters of type VkEvent