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