Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalSemaphoreInfo
Packages that use VkPhysicalDeviceExternalSemaphoreInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkPhysicalDeviceExternalSemaphoreInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkPhysicalDeviceExternalSemaphoreInfoModifier and TypeMethodDescriptionvoid
VkInstanceCommands.getPhysicalDeviceExternalSemaphoreProperties
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) void
VkInstanceCommands.getPhysicalDeviceExternalSemaphorePropertiesKHR
(VkPhysicalDevice physicalDevice, VkPhysicalDeviceExternalSemaphoreInfo pExternalSemaphoreInfo, VkExternalSemaphoreProperties pExternalSemaphoreProperties) -
Uses of VkPhysicalDeviceExternalSemaphoreInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalSemaphoreInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceExternalSemaphoreInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalSemaphoreInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSemaphoreInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalSemaphoreInfo.clone
(Arena arena, VkPhysicalDeviceExternalSemaphoreInfo src) VkPhysicalDeviceExternalSemaphoreInfo.handleType
(int value) VkPhysicalDeviceExternalSemaphoreInfo.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceExternalSemaphoreInfo.sType
(int value) VkPhysicalDeviceExternalSemaphoreInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalSemaphoreInfoMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalSemaphoreInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSemaphoreInfo.clone
(Arena arena, VkPhysicalDeviceExternalSemaphoreInfo src) void
VkPhysicalDeviceExternalSemaphoreInfo.Ptr.write
(long index, @NotNull VkPhysicalDeviceExternalSemaphoreInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalSemaphoreInfoModifier and TypeMethodDescriptionVkPhysicalDeviceExternalSemaphoreInfo.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalSemaphoreInfo> consumer)