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 TypeMethodDescriptionint
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkMemoryMetalHandlePropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryMetalHandlePropertiesEXTModifier and TypeMethodDescription@NotNull VkMemoryMetalHandlePropertiesEXT
VkMemoryMetalHandlePropertiesEXT.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) void
VkMemoryMetalHandlePropertiesEXT.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)