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