Uses of Record Class
club.doki7.vulkan.datatype.VkCopyImageToBufferInfo2
Packages that use VkCopyImageToBufferInfo2
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of VkCopyImageToBufferInfo2 in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type VkCopyImageToBufferInfo2Modifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdCopyImageToBuffer2(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) voidVkDeviceCommands.cmdCopyImageToBuffer2KHR(VkCommandBuffer commandBuffer, VkCopyImageToBufferInfo2 pCopyImageToBufferInfo) -
Uses of VkCopyImageToBufferInfo2 in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyImageToBufferInfo2Modifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkCopyImageToBufferInfo2structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyImageToBufferInfo2Modifier and TypeMethodDescriptionstatic VkCopyImageToBufferInfo2@NotNull VkCopyImageToBufferInfo2VkCopyImageToBufferInfo2.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkCopyImageToBufferInfo2VkCopyImageToBufferInfo2.clone(Arena arena, VkCopyImageToBufferInfo2 src) VkCopyImageToBufferInfo2.pNext(@NotNull MemorySegment value) VkCopyImageToBufferInfo2.pRegions(@Nullable IVkBufferImageCopy2 value) VkCopyImageToBufferInfo2.regionCount(int value) VkCopyImageToBufferInfo2.srcImageLayout(int value) VkCopyImageToBufferInfo2.sType(int value) VkCopyImageToBufferInfo2.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyImageToBufferInfo2Modifier and TypeMethodDescription@NotNull Iterator<VkCopyImageToBufferInfo2> VkCopyImageToBufferInfo2.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkCopyImageToBufferInfo2Modifier and TypeMethodDescriptionstatic VkCopyImageToBufferInfo2VkCopyImageToBufferInfo2.clone(Arena arena, VkCopyImageToBufferInfo2 src) voidVkCopyImageToBufferInfo2.Ptr.write(long index, @NotNull VkCopyImageToBufferInfo2 value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyImageToBufferInfo2Modifier and TypeMethodDescriptionVkCopyImageToBufferInfo2.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyImageToBufferInfo2> consumer)