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