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