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