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