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