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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryGetFdInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryGetFdInfoKHRModifier and TypeMethodDescriptionstatic VkMemoryGetFdInfoKHR@NotNull VkMemoryGetFdInfoKHRVkMemoryGetFdInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryGetFdInfoKHRVkMemoryGetFdInfoKHR.clone(Arena arena, VkMemoryGetFdInfoKHR src) VkMemoryGetFdInfoKHR.handleType(int value) VkMemoryGetFdInfoKHR.memory(@Nullable VkDeviceMemory value) VkMemoryGetFdInfoKHR.pNext(@NotNull MemorySegment 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 VkMemoryGetFdInfoKHRVkMemoryGetFdInfoKHR.clone(Arena arena, VkMemoryGetFdInfoKHR src) voidVkMemoryGetFdInfoKHR.Ptr.write(long index, @NotNull VkMemoryGetFdInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryGetFdInfoKHRModifier and TypeMethodDescriptionVkMemoryGetFdInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryGetFdInfoKHR> consumer)