Uses of Interface
club.doki7.vulkan.datatype.IVkImageSubresourceRange
Packages that use IVkImageSubresourceRange
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkImageSubresourceRange in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkImageSubresourceRangeModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdClearColorImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) voidVkDeviceCommands.cmdClearDepthStencilImage(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearDepthStencilValue pDepthStencil, int rangeCount, IVkImageSubresourceRange pRanges) -
Uses of IVkImageSubresourceRange in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkImageSubresourceRangeModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkImageSubresourceRangestructure in native memory.static final recordRepresents a pointer to / an array ofVkImageSubresourceRangestructure(s) in native memory.