Uses of Record Class
club.doki7.vulkan.datatype.VkCopyMemoryToImageIndirectCommandNV
Packages that use VkCopyMemoryToImageIndirectCommandNV
-
Uses of VkCopyMemoryToImageIndirectCommandNV in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkCopyMemoryToImageIndirectCommandNVModifier and TypeClassDescriptionstatic final record
Represents a pointer to / an array ofVkCopyMemoryToImageIndirectCommandNV
structure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyMemoryToImageIndirectCommandNVModifier and TypeMethodDescription@NotNull VkCopyMemoryToImageIndirectCommandNV
VkCopyMemoryToImageIndirectCommandNV.Ptr.at
(long index) Returns (a pointer to) the structure at the given index.VkCopyMemoryToImageIndirectCommandNV.bufferImageHeight
(int value) VkCopyMemoryToImageIndirectCommandNV.bufferRowLength
(int value) VkCopyMemoryToImageIndirectCommandNV.clone
(Arena arena, VkCopyMemoryToImageIndirectCommandNV src) VkCopyMemoryToImageIndirectCommandNV.imageExtent
(@NotNull VkExtent3D value) VkCopyMemoryToImageIndirectCommandNV.imageExtent
(Consumer<@NotNull VkExtent3D> consumer) VkCopyMemoryToImageIndirectCommandNV.imageOffset
(@NotNull VkOffset3D value) VkCopyMemoryToImageIndirectCommandNV.imageOffset
(Consumer<@NotNull VkOffset3D> consumer) VkCopyMemoryToImageIndirectCommandNV.imageSubresource
(@NotNull VkImageSubresourceLayers value) VkCopyMemoryToImageIndirectCommandNV.imageSubresource
(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkCopyMemoryToImageIndirectCommandNV.srcAddress
(long value) VkCopyMemoryToImageIndirectCommandNV.Ptr.toArray()
Methods in club.doki7.vulkan.datatype that return types with arguments of type VkCopyMemoryToImageIndirectCommandNVModifier and TypeMethodDescription@NotNull Iterator
<VkCopyMemoryToImageIndirectCommandNV> VkCopyMemoryToImageIndirectCommandNV.Ptr.iterator()
Methods in club.doki7.vulkan.datatype with parameters of type VkCopyMemoryToImageIndirectCommandNVModifier and TypeMethodDescriptionVkCopyMemoryToImageIndirectCommandNV.clone
(Arena arena, VkCopyMemoryToImageIndirectCommandNV src) void
VkCopyMemoryToImageIndirectCommandNV.Ptr.write
(long index, @NotNull VkCopyMemoryToImageIndirectCommandNV value)