Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceExternalMemoryHostPropertiesEXT
Packages that use VkPhysicalDeviceExternalMemoryHostPropertiesEXT
-
Uses of VkPhysicalDeviceExternalMemoryHostPropertiesEXT in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceExternalMemoryHostPropertiesEXTModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkPhysicalDeviceExternalMemoryHostPropertiesEXT
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceExternalMemoryHostPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceExternalMemoryHostPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceExternalMemoryHostPropertiesEXT src) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.minImportedHostPointerAlignment
(long value) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.pNext
(@NotNull MemorySegment value) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.sType
(int value) VkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceExternalMemoryHostPropertiesEXTMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceExternalMemoryHostPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceExternalMemoryHostPropertiesEXT.clone
(Arena arena, VkPhysicalDeviceExternalMemoryHostPropertiesEXT src) void
VkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.write
(long index, @NotNull VkPhysicalDeviceExternalMemoryHostPropertiesEXT value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceExternalMemoryHostPropertiesEXTModifier and TypeMethodDescriptionVkPhysicalDeviceExternalMemoryHostPropertiesEXT.Ptr.at
(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceExternalMemoryHostPropertiesEXT> consumer)