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 TypeMethodDescriptionint
VkDeviceCommands.copyMemoryToImage
(VkDevice device, VkCopyMemoryToImageInfo pCopyMemoryToImageInfo) int
VkDeviceCommands.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 record
Represents a pointer to / an array ofVkCopyMemoryToImageInfo
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyMemoryToImageInfoModifier and TypeMethodDescriptionstatic VkCopyMemoryToImageInfo
@NotNull VkCopyMemoryToImageInfo
VkCopyMemoryToImageInfo.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCopyMemoryToImageInfo
VkCopyMemoryToImageInfo.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 VkCopyMemoryToImageInfo
VkCopyMemoryToImageInfo.clone
(Arena arena, VkCopyMemoryToImageInfo src) void
VkCopyMemoryToImageInfo.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)