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 recordRepresents a pointer to / an array ofVkCopyMemoryToImageIndirectCommandNVstructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkCopyMemoryToImageIndirectCommandNVModifier and TypeMethodDescription@NotNull VkCopyMemoryToImageIndirectCommandNVVkCopyMemoryToImageIndirectCommandNV.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) voidVkCopyMemoryToImageIndirectCommandNV.Ptr.write(long index, @NotNull VkCopyMemoryToImageIndirectCommandNV value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkCopyMemoryToImageIndirectCommandNVModifier and TypeMethodDescriptionVkCopyMemoryToImageIndirectCommandNV.Ptr.at(long index, @NotNull Consumer<@NotNull VkCopyMemoryToImageIndirectCommandNV> consumer)