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 TypeMethodDescriptionintVkDeviceCommands.signalSemaphore(VkDevice device, VkSemaphoreSignalInfo pSignalInfo) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkSemaphoreSignalInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreSignalInfoModifier and TypeMethodDescriptionstatic VkSemaphoreSignalInfo@NotNull VkSemaphoreSignalInfoVkSemaphoreSignalInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreSignalInfoVkSemaphoreSignalInfo.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 VkSemaphoreSignalInfoVkSemaphoreSignalInfo.clone(Arena arena, VkSemaphoreSignalInfo src) voidVkSemaphoreSignalInfo.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)