Uses of Interface
club.doki7.vulkan.datatype.IVkClearRect
Packages that use IVkClearRect
Package
Description
Vulkan API commands
Structure (
struct or union) types of Vulkan API.-
Uses of IVkClearRect in club.doki7.vulkan.command
Methods in club.doki7.vulkan.command with parameters of type IVkClearRectModifier and TypeMethodDescriptionvoidVkDeviceCommands.cmdClearAttachments(VkCommandBuffer commandBuffer, int attachmentCount, IVkClearAttachment pAttachments, int rectCount, IVkClearRect pRects) -
Uses of IVkClearRect in club.doki7.vulkan.datatype
Classes in club.doki7.vulkan.datatype that implement IVkClearRectModifier and TypeClassDescriptionfinal recordRepresents a pointer to aVkClearRectstructure in native memory.static final recordRepresents a pointer to / an array ofVkClearRectstructure(s) in native memory.