Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryHostPointerPropertiesEXT
Packages that use VkMemoryHostPointerPropertiesEXT
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkMemoryHostPointerPropertiesEXT in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkMemoryHostPointerPropertiesEXTModifier and TypeMethodDescriptionint
VkDeviceCommands.getMemoryHostPointerPropertiesEXT
(VkDevice device, int handleType, @NotNull MemorySegment pHostPointer, VkMemoryHostPointerPropertiesEXT pMemoryHostPointerProperties) -
Uses of VkMemoryHostPointerPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryHostPointerPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkMemoryHostPointerPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryHostPointerPropertiesEXTModifier and TypeMethodDescription@NotNull VkMemoryHostPointerPropertiesEXT
VkMemoryHostPointerPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkMemoryHostPointerPropertiesEXT.clone
(Arena arena, VkMemoryHostPointerPropertiesEXT src) VkMemoryHostPointerPropertiesEXT.memoryTypeBits
(int value) VkMemoryHostPointerPropertiesEXT.pNext
(@NotNull MemorySegment value) VkMemoryHostPointerPropertiesEXT.sType
(int value) VkMemoryHostPointerPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryHostPointerPropertiesEXTModifier and TypeMethodDescription@NotNull Iterator
<VkMemoryHostPointerPropertiesEXT> VkMemoryHostPointerPropertiesEXT.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryHostPointerPropertiesEXTModifier and TypeMethodDescriptionVkMemoryHostPointerPropertiesEXT.clone
(Arena arena, VkMemoryHostPointerPropertiesEXT src) void
VkMemoryHostPointerPropertiesEXT.Ptr.write
(long index, @NotNull VkMemoryHostPointerPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryHostPointerPropertiesEXTModifier and TypeMethodDescriptionVkMemoryHostPointerPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkMemoryHostPointerPropertiesEXT> consumer)