Uses of Record Class
club.doki7.vulkan.datatype.VkDeviceEventInfoEXT
Packages that use VkDeviceEventInfoEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkDeviceEventInfoEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkDeviceEventInfoEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.registerDeviceEventEXT
(VkDevice device, VkDeviceEventInfoEXT pDeviceEventInfo, @Nullable VkAllocationCallbacks pAllocator, VkFence.Ptr pFence) -
Uses of VkDeviceEventInfoEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkDeviceEventInfoEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkDeviceEventInfoEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceEventInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceEventInfoEXT
@NotNull VkDeviceEventInfoEXT
VkDeviceEventInfoEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkDeviceEventInfoEXT
VkDeviceEventInfoEXT.clone
(Arena arena, VkDeviceEventInfoEXT src) VkDeviceEventInfoEXT.deviceEvent
(int value) VkDeviceEventInfoEXT.sType
(int value) VkDeviceEventInfoEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkDeviceEventInfoEXTModifier and TypeMethodDescription@NotNull Iterator
<VkDeviceEventInfoEXT> VkDeviceEventInfoEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkDeviceEventInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceEventInfoEXT
VkDeviceEventInfoEXT.clone
(Arena arena, VkDeviceEventInfoEXT src) void
VkDeviceEventInfoEXT.Ptr.write
(long index, @NotNull VkDeviceEventInfoEXT value)