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