Uses of Record Class
club.doki7.vulkan.datatype.VkCopyBufferToImageInfo2
Packages that use VkCopyBufferToImageInfo2
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of VkCopyBufferToImageInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCopyBufferToImageInfo2Modifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdCopyBufferToImage2
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) void
VkDeviceCommands.cmdCopyBufferToImage2KHR
(VkCommandBuffer commandBuffer, VkCopyBufferToImageInfo2 pCopyBufferToImageInfo) -
Uses of VkCopyBufferToImageInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyBufferToImageInfo2Modifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCopyBufferToImageInfo2
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyBufferToImageInfo2Modifier and TypeMethodDescriptionstatic VkCopyBufferToImageInfo2
@NotNull VkCopyBufferToImageInfo2
VkCopyBufferToImageInfo2.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.static VkCopyBufferToImageInfo2
VkCopyBufferToImageInfo2.clone
(Arena arena, VkCopyBufferToImageInfo2 src) VkCopyBufferToImageInfo2.dstImageLayout
(int value) VkCopyBufferToImageInfo2.pNext
(@NotNull MemorySegment value) VkCopyBufferToImageInfo2.pRegions
(@Nullable IVkBufferImageCopy2 value) VkCopyBufferToImageInfo2.regionCount
(int value) VkCopyBufferToImageInfo2.sType
(int value) VkCopyBufferToImageInfo2.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyBufferToImageInfo2Modifier and TypeMethodDescription@NotNull Iterator
<VkCopyBufferToImageInfo2> VkCopyBufferToImageInfo2.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCopyBufferToImageInfo2Modifier and TypeMethodDescriptionstatic VkCopyBufferToImageInfo2
VkCopyBufferToImageInfo2.clone
(Arena arena, VkCopyBufferToImageInfo2 src) void
VkCopyBufferToImageInfo2.Ptr.write
(long index, @NotNull VkCopyBufferToImageInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyBufferToImageInfo2Modifier and TypeMethodDescriptionVkCopyBufferToImageInfo2.Ptr.at
(long index, @NotNull Consumer<@NotNull VkCopyBufferToImageInfo2> consumer)