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