Uses of Record Class
club.doki7.vulkan.datatype.VkSemaphoreGetZirconHandleInfoFUCHSIA
Packages that use VkSemaphoreGetZirconHandleInfoFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkSemaphoreGetZirconHandleInfoFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkSemaphoreGetZirconHandleInfoFUCHSIAModifier and TypeMethodDescriptionintVkDeviceCommands.getSemaphoreZirconHandleFUCHSIA(VkDevice device, VkSemaphoreGetZirconHandleInfoFUCHSIA pGetZirconHandleInfo, IntPtr pZirconHandle) -
Uses of VkSemaphoreGetZirconHandleInfoFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkSemaphoreGetZirconHandleInfoFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkSemaphoreGetZirconHandleInfoFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkSemaphoreGetZirconHandleInfoFUCHSIAModifier and TypeMethodDescriptionVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkSemaphoreGetZirconHandleInfoFUCHSIA.clone(Arena arena, VkSemaphoreGetZirconHandleInfoFUCHSIA src) VkSemaphoreGetZirconHandleInfoFUCHSIA.handleType(int value) VkSemaphoreGetZirconHandleInfoFUCHSIA.pNext(@NotNull MemorySegment value) VkSemaphoreGetZirconHandleInfoFUCHSIA.semaphore(@Nullable VkSemaphore value) VkSemaphoreGetZirconHandleInfoFUCHSIA.sType(int value) VkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkSemaphoreGetZirconHandleInfoFUCHSIAMethods in club.doki7.vulkan.datatype with parameters of type VkSemaphoreGetZirconHandleInfoFUCHSIAModifier and TypeMethodDescriptionVkSemaphoreGetZirconHandleInfoFUCHSIA.clone(Arena arena, VkSemaphoreGetZirconHandleInfoFUCHSIA src) voidVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.write(long index, @NotNull VkSemaphoreGetZirconHandleInfoFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkSemaphoreGetZirconHandleInfoFUCHSIAModifier and TypeMethodDescriptionVkSemaphoreGetZirconHandleInfoFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkSemaphoreGetZirconHandleInfoFUCHSIA> consumer)