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