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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkDisplayEventInfoEXTstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkDisplayEventInfoEXTModifier and TypeMethodDescriptionstatic VkDisplayEventInfoEXT@NotNull VkDisplayEventInfoEXTVkDisplayEventInfoEXT.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkDisplayEventInfoEXTVkDisplayEventInfoEXT.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 VkDisplayEventInfoEXTVkDisplayEventInfoEXT.clone(Arena arena, VkDisplayEventInfoEXT src) voidVkDisplayEventInfoEXT.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)