Uses of Record Class
club.doki7.vulkan.datatype.VkMemoryToImageCopy
Packages that use VkMemoryToImageCopy
-
Uses of VkMemoryToImageCopy in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement interfaces with type arguments of type VkMemoryToImageCopyModifier and TypeClassDescriptionstatic final recordRepresents a pointer to / an array ofVkMemoryToImageCopystructure(s) in native memory.Methods in club.doki7.vulkan.datatype that return VkMemoryToImageCopyModifier and TypeMethodDescriptionstatic VkMemoryToImageCopy@NotNull VkMemoryToImageCopyVkMemoryToImageCopy.Ptr.at(long index) Returns (a pointer to) the structure at the given index.static VkMemoryToImageCopyVkMemoryToImageCopy.clone(Arena arena, VkMemoryToImageCopy src) VkMemoryToImageCopy.imageExtent(@NotNull VkExtent3D value) VkMemoryToImageCopy.imageExtent(Consumer<@NotNull VkExtent3D> consumer) VkMemoryToImageCopy.imageOffset(@NotNull VkOffset3D value) VkMemoryToImageCopy.imageOffset(Consumer<@NotNull VkOffset3D> consumer) VkMemoryToImageCopy.imageSubresource(@NotNull VkImageSubresourceLayers value) VkMemoryToImageCopy.imageSubresource(Consumer<@NotNull VkImageSubresourceLayers> consumer) VkMemoryToImageCopy.memoryImageHeight(int value) VkMemoryToImageCopy.memoryRowLength(int value) VkMemoryToImageCopy.pHostPointer(@Nullable IPointer pointer) VkMemoryToImageCopy.pHostPointer(@NotNull MemorySegment value) VkMemoryToImageCopy.pNext(@NotNull MemorySegment value) @Nullable VkMemoryToImageCopyVkCopyMemoryToImageInfo.pRegions()VkMemoryToImageCopy.sType(int value) VkMemoryToImageCopy.Ptr.toArray()Methods in club.doki7.vulkan.datatype that return types with arguments of type VkMemoryToImageCopyModifier and TypeMethodDescription@NotNull Iterator<VkMemoryToImageCopy> VkMemoryToImageCopy.Ptr.iterator()Methods in club.doki7.vulkan.datatype with parameters of type VkMemoryToImageCopyModifier and TypeMethodDescriptionstatic VkMemoryToImageCopyVkMemoryToImageCopy.clone(Arena arena, VkMemoryToImageCopy src) voidVkMemoryToImageCopy.Ptr.write(long index, @NotNull VkMemoryToImageCopy value) Method parameters in club.doki7.vulkan.datatype with type arguments of type VkMemoryToImageCopyModifier and TypeMethodDescriptionVkMemoryToImageCopy.Ptr.at(long index, @NotNull Consumer<@NotNull VkMemoryToImageCopy> consumer)