Uses of Record Class
club.doki7.vulkan.datatype.VkPhysicalDeviceHostImageCopyProperties
Packages that use VkPhysicalDeviceHostImageCopyProperties
-
Uses of VkPhysicalDeviceHostImageCopyProperties in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkPhysicalDeviceHostImageCopyPropertiesModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkPhysicalDeviceHostImageCopyPropertiesstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkPhysicalDeviceHostImageCopyPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceHostImageCopyProperties.Ptr.at(long index) Returns (a pointer to) the structure at the given index.VkPhysicalDeviceHostImageCopyProperties.clone(Arena arena, VkPhysicalDeviceHostImageCopyProperties src) VkPhysicalDeviceHostImageCopyProperties.copyDstLayoutCount(int value) VkPhysicalDeviceHostImageCopyProperties.copySrcLayoutCount(int value) VkPhysicalDeviceHostImageCopyProperties.identicalMemoryTypeRequirements(int value) VkPhysicalDeviceHostImageCopyProperties.optimalTilingLayoutUUID(BytePtr value) VkPhysicalDeviceHostImageCopyProperties.optimalTilingLayoutUUID(@NotNull Consumer<BytePtr> consumer) VkPhysicalDeviceHostImageCopyProperties.pCopyDstLayouts(@Nullable IntPtr value) VkPhysicalDeviceHostImageCopyProperties.pCopySrcLayouts(@Nullable IntPtr value) VkPhysicalDeviceHostImageCopyProperties.pNext(@NotNull MemorySegment value) VkPhysicalDeviceHostImageCopyProperties.sType(int value) VkPhysicalDeviceHostImageCopyProperties.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkPhysicalDeviceHostImageCopyPropertiesMethods in club.doki7.vulkan.datatype with parameters of type VkPhysicalDeviceHostImageCopyPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceHostImageCopyProperties.clone(Arena arena, VkPhysicalDeviceHostImageCopyProperties src) voidVkPhysicalDeviceHostImageCopyProperties.Ptr.write(long index, @NotNull VkPhysicalDeviceHostImageCopyProperties value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkPhysicalDeviceHostImageCopyPropertiesModifier and TypeMethodDescriptionVkPhysicalDeviceHostImageCopyProperties.Ptr.at(long index, @NotNull Consumer<@NotNull VkPhysicalDeviceHostImageCopyProperties> consumer)