Uses of Record Class
club.doki7.vulkan.datatype.VkCopyImageToMemoryInfo
Packages that use VkCopyImageToMemoryInfo
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCopyImageToMemoryInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCopyImageToMemoryInfoModifier and TypeMethodDescriptionint
VkDeviceCommands.copyImageToMemory
(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) int
VkDeviceCommands.copyImageToMemoryEXT
(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) -
Uses of VkCopyImageToMemoryInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyImageToMemoryInfoModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCopyImageToMemoryInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyImageToMemoryInfoModifier and TypeMethodDescriptionstatic VkCopyImageToMemoryInfo
@NotNull VkCopyImageToMemoryInfo
VkCopyImageToMemoryInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCopyImageToMemoryInfo
VkCopyImageToMemoryInfo.clone
(Arena arena, VkCopyImageToMemoryInfo src) VkCopyImageToMemoryInfo.flags
(int value) VkCopyImageToMemoryInfo.pRegions
(@Nullable IVkImageToMemoryCopy value) VkCopyImageToMemoryInfo.regionCount
(int value) VkCopyImageToMemoryInfo.srcImageLayout
(int value) VkCopyImageToMemoryInfo.sType
(int value) VkCopyImageToMemoryInfo.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyImageToMemoryInfoModifier and TypeMethodDescription@NotNull Iterator
<VkCopyImageToMemoryInfo> VkCopyImageToMemoryInfo.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCopyImageToMemoryInfoModifier and TypeMethodDescriptionstatic VkCopyImageToMemoryInfo
VkCopyImageToMemoryInfo.clone
(Arena arena, VkCopyImageToMemoryInfo src) void
VkCopyImageToMemoryInfo.Ptr.write
(long index, @NotNull VkCopyImageToMemoryInfo value)