Uses of Interface
club.doki7.vulkan.datatype.IVkImageSubresourceLayers
Packages that use IVkImageSubresourceLayers
Package
Description
Vulkan API commands
Structure (
struct
or union
) types of Vulkan API.-
Uses of IVkImageSubresourceLayers in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkImageSubresourceLayersModifier and TypeMethodDescriptionvoid
VkDeviceCommands.cmdCopyMemoryToImageIndirectNV
(VkCommandBuffer commandBuffer, long copyBufferAddress, int copyCount, int stride, VkImage dstImage, int dstImageLayout, IVkImageSubresourceLayers pImageSubresources) -
Uses of IVkImageSubresourceLayers in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkImageSubresourceLayersModifier and TypeClassDescriptionfinal record
Represents a pointer to aVkImageSubresourceLayers
structure in native memory.static final record
Represents a pointer to / an array ofVkImageSubresourceLayers
structure(s) in native memory.