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 TypeMethodDescriptionvoid
VkDeviceCommands.cmdClearColorImage
(VkCommandBuffer commandBuffer, VkImage image, int imageLayout, VkClearColorValue pColor, int rangeCount, IVkImageSubresourceRange pRanges) void
VkDeviceCommands.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 record
Represents a pointer to aVkImageSubresourceRange
structure in native memory.static final record
Represents a pointer to / an array ofVkImageSubresourceRange
structure(s) in native memory.