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