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