Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryZirconHandlePropertiesFUCHSIA
Packages that use VkMemoryZirconHandlePropertiesFUCHSIA
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkMemoryZirconHandlePropertiesFUCHSIA in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryZirconHandlePropertiesFUCHSIAModifier and TypeMethodDescriptionintVkDeviceCommands.getMemoryZirconHandlePropertiesFUCHSIA(VkDevice device, int handleType, int zirconHandle, VkMemoryZirconHandlePropertiesFUCHSIA pMemoryZirconHandleProperties) -
Uses of VkMemoryZirconHandlePropertiesFUCHSIA in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryZirconHandlePropertiesFUCHSIAModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryZirconHandlePropertiesFUCHSIAstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryZirconHandlePropertiesFUCHSIAModifier and TypeMethodDescriptionVkMemoryZirconHandlePropertiesFUCHSIA.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkMemoryZirconHandlePropertiesFUCHSIA.clone(Arena arena, VkMemoryZirconHandlePropertiesFUCHSIA src) VkMemoryZirconHandlePropertiesFUCHSIA.memoryTypeBits(int value) VkMemoryZirconHandlePropertiesFUCHSIA.pNext(@NotNull MemorySegment value) VkMemoryZirconHandlePropertiesFUCHSIA.sType(int value) VkMemoryZirconHandlePropertiesFUCHSIA.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryZirconHandlePropertiesFUCHSIAMethods in club.doki7.vulkan.datatype with parameters of type VkMemoryZirconHandlePropertiesFUCHSIAModifier and TypeMethodDescriptionVkMemoryZirconHandlePropertiesFUCHSIA.clone(Arena arena, VkMemoryZirconHandlePropertiesFUCHSIA src) voidVkMemoryZirconHandlePropertiesFUCHSIA.Ptr.write(long index, @NotNull VkMemoryZirconHandlePropertiesFUCHSIA value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryZirconHandlePropertiesFUCHSIAModifier and TypeMethodDescriptionVkMemoryZirconHandlePropertiesFUCHSIA.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryZirconHandlePropertiesFUCHSIA> consumer)