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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDeviceEventInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDeviceEventInfoEXTModifier and TypeMethodDescriptionstatic VkDeviceEventInfoEXT@NotNull VkDeviceEventInfoEXTVkDeviceEventInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDeviceEventInfoEXTVkDeviceEventInfoEXT.clone(Arena arena, VkDeviceEventInfoEXT src) VkDeviceEventInfoEXT.deviceEvent(int value) VkDeviceEventInfoEXT.pNext(@NotNull MemorySegment 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 VkDeviceEventInfoEXTVkDeviceEventInfoEXT.clone(Arena arena, VkDeviceEventInfoEXT src) voidVkDeviceEventInfoEXT.Ptr.write(long index, @NotNull VkDeviceEventInfoEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkDeviceEventInfoEXTModifier and TypeMethodDescriptionVkDeviceEventInfoEXT.Ptr.at(long index, @NotNull Consumer<@NotNull VkDeviceEventInfoEXT> consumer)