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 TypeMethodDescriptionvoidVkDeviceCommands.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 recordRepresents a pointer to aVkImageSubresourceLayersstructure in native memory.static final recordRepresents a pointer to / an array ofVkImageSubresourceLayersstructure(s) in native memory.