Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreCreateInfo
Packages that use VkSemaphoreCreateInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSemaphoreCreateInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionintVkDeviceCommands.createSemaphore(VkDevice device, VkSemaphoreCreateInfo pCreateInfo, @Nullable VkAllocationCallbacks pAllocator, VkSemaphore.Ptr pSemaphore) -
Uses of VkSemaphoreCreateInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreCreateInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSemaphoreCreateInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreCreateInfo@NotNull VkSemaphoreCreateInfoVkSemaphoreCreateInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreCreateInfoVkSemaphoreCreateInfo.clone(Arena arena, VkSemaphoreCreateInfo src) VkSemaphoreCreateInfo.flags(int value) VkSemaphoreCreateInfo.pNext(@NotNull MemorySegment value) VkSemaphoreCreateInfo.sType(int value) VkSemaphoreCreateInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreCreateInfoModifier and TypeMethodDescription@NotNull Iterator<VkSemaphoreCreateInfo> VkSemaphoreCreateInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionstatic VkSemaphoreCreateInfoVkSemaphoreCreateInfo.clone(Arena arena, VkSemaphoreCreateInfo src) voidVkSemaphoreCreateInfo.Ptr.write(long index, @NotNull VkSemaphoreCreateInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreCreateInfoModifier and TypeMethodDescriptionVkSemaphoreCreateInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreCreateInfo> consumer)