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