Uses of Record Class
club.doki7.vulkan.datatype.VkCopyMemoryToImageInfo
Packages that use VkCopyMemoryToImageInfo
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkCopyMemoryToImageInfo in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCopyMemoryToImageInfoModifier and TypeMethodDescriptionintVkDeviceCommands.copyMemoryToImage(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) intVkDeviceCommands.copyMemoryToImageEXT(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) -
Uses of VkCopyMemoryToImageInfo in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyMemoryToImageInfoModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCopyMemoryToImageInfostructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyMemoryToImageInfoModifier and TypeMethodDescriptionstatic VkCopyMemoryToImageInfo@NotNull VkCopyMemoryToImageInfoVkCopyMemoryToImageInfo.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCopyMemoryToImageInfoVkCopyMemoryToImageInfo.clone(Arena arena, VkCopyMemoryToImageInfo src) VkCopyMemoryToImageInfo.dstImageLayout(int value) VkCopyMemoryToImageInfo.flags(int value) VkCopyMemoryToImageInfo.pNext(@NotNull MemorySegment value) VkCopyMemoryToImageInfo.pRegions(@Nullable IVkMemoryToImageCopy value) VkCopyMemoryToImageInfo.regionCount(int value) VkCopyMemoryToImageInfo.sType(int value) VkCopyMemoryToImageInfo.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyMemoryToImageInfoModifier and TypeMethodDescription@NotNull Iterator<VkCopyMemoryToImageInfo> VkCopyMemoryToImageInfo.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCopyMemoryToImageInfoModifier and TypeMethodDescriptionstatic VkCopyMemoryToImageInfoVkCopyMemoryToImageInfo.clone(Arena arena, VkCopyMemoryToImageInfo src) voidVkCopyMemoryToImageInfo.Ptr.write(long index, @NotNull VkCopyMemoryToImageInfo value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyMemoryToImageInfoModifier and TypeMethodDescriptionVkCopyMemoryToImageInfo.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyMemoryToImageInfo> consumer)