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 TypeMethodDescriptionvoid
VkDeviceCommands.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 record
Represents a pointer to aVkClearRect
structure in native memory.static final record
Represents a pointer to / an array ofVkClearRect
structure(s) in native memory.