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