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 TypeMethodDescriptionintVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkMemoryFdPropertiesKHRstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryFdPropertiesKHRModifier and TypeMethodDescriptionstatic VkMemoryFdPropertiesKHR@NotNull VkMemoryFdPropertiesKHRVkMemoryFdPropertiesKHR.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryFdPropertiesKHRVkMemoryFdPropertiesKHR.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 VkMemoryFdPropertiesKHRVkMemoryFdPropertiesKHR.clone(Arena arena, VkMemoryFdPropertiesKHR src) voidVkMemoryFdPropertiesKHR.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)