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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkFenceGetFdInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkFenceGetFdInfoKHRModifier and TypeMethodDescriptionstatic VkFenceGetFdInfoKHR@NotNull VkFenceGetFdInfoKHRVkFenceGetFdInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkFenceGetFdInfoKHRVkFenceGetFdInfoKHR.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 VkFenceGetFdInfoKHRVkFenceGetFdInfoKHR.clone(Arena arena, VkFenceGetFdInfoKHR src) voidVkFenceGetFdInfoKHR.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)