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