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