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 TypeMethodDescriptionvoidVkDeviceCommands.cmdResetEvent(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) voidVkDeviceCommands.cmdResetEvent2(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) voidVkDeviceCommands.cmdResetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event, long stageMask) voidVkDeviceCommands.cmdSetEvent(VkCommandBuffer commandBuffer, VkEvent event, int stageMask) voidVkDeviceCommands.cmdSetEvent2(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.cmdSetEvent2KHR(VkCommandBuffer commandBuffer, VkEvent event, VkDependencyInfo pDependencyInfo) voidVkDeviceCommands.destroyEvent(VkDevice device, @Nullable VkEvent event, @Nullable VkAllocationCallbacks pAllocator) intVkDeviceCommands.getEventStatus(VkDevice device, VkEvent event) intVkDeviceCommands.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 recordRepresents a pointer toVkEventhandle(s) in native memory.Methods in club.doki7.vulkan.handle that return VkEventModifier and TypeMethodDescription@Nullable VkEventVkEvent.Ptr.read()@Nullable VkEventVkEvent.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 VkEventMethod parameters in club.doki7.vulkan.handle with type arguments of type VkEventModifier and TypeMethodDescriptionstatic VkEvent.PtrVkEvent.Ptr.allocate(Arena arena, @NotNull Collection<@Nullable VkEvent> values)