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 TypeMethodDescriptionintVkDeviceCommands.copyImageToMemory(VkDevice device, VkCopyImageToMemoryInfo pCopyImageToMemoryInfo) intVkDeviceCommands.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 recordRepresents a pointer to / an array ofVkCopyImageToMemoryInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyImageToMemoryInfoModifier and TypeMethodDescriptionstatic VkCopyImageToMemoryInfo@NotNull VkCopyImageToMemoryInfoVkCopyImageToMemoryInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCopyImageToMemoryInfoVkCopyImageToMemoryInfo.clone(Arena arena, VkCopyImageToMemoryInfo src) VkCopyImageToMemoryInfo.flags(int value) VkCopyImageToMemoryInfo.pNext(@NotNull MemorySegment 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 VkCopyImageToMemoryInfoVkCopyImageToMemoryInfo.clone(Arena arena, VkCopyImageToMemoryInfo src) voidVkCopyImageToMemoryInfo.Ptr.write(long index, @NotNull VkCopyImageToMemoryInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyImageToMemoryInfoModifier and TypeMethodDescriptionVkCopyImageToMemoryInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyImageToMemoryInfo> consumer)