Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreGetFdInfoKHR
Packages that use VkSemaphoreGetFdInfoKHR
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSemaphoreGetFdInfoKHR in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreGetFdInfoKHRModifier and TypeMethodDescriptionintVkDeviceCommands.getSemaphoreFdKHR(VkDevice device, VkSemaphoreGetFdInfoKHR pGetFdInfo, IntPtr pFd) -
Uses of VkSemaphoreGetFdInfoKHR in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreGetFdInfoKHRModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSemaphoreGetFdInfoKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreGetFdInfoKHRModifier and TypeMethodDescriptionstatic VkSemaphoreGetFdInfoKHR@NotNull VkSemaphoreGetFdInfoKHRVkSemaphoreGetFdInfoKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkSemaphoreGetFdInfoKHRVkSemaphoreGetFdInfoKHR.clone(Arena arena, VkSemaphoreGetFdInfoKHR src) VkSemaphoreGetFdInfoKHR.handleType(int value) VkSemaphoreGetFdInfoKHR.pNext(@NotNull MemorySegment value) VkSemaphoreGetFdInfoKHR.semaphore(@Nullable VkSemaphore value) VkSemaphoreGetFdInfoKHR.sType(int value) VkSemaphoreGetFdInfoKHR.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreGetFdInfoKHRModifier and TypeMethodDescription@NotNull Iterator<VkSemaphoreGetFdInfoKHR> VkSemaphoreGetFdInfoKHR.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreGetFdInfoKHRModifier and TypeMethodDescriptionstatic VkSemaphoreGetFdInfoKHRVkSemaphoreGetFdInfoKHR.clone(Arena arena, VkSemaphoreGetFdInfoKHR src) voidVkSemaphoreGetFdInfoKHR.Ptr.write(long index, @NotNull VkSemaphoreGetFdInfoKHR value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreGetFdInfoKHRModifier and TypeMethodDescriptionVkSemaphoreGetFdInfoKHR.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreGetFdInfoKHR> consumer)