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