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