Class VkClearAttachment

All Implemented Interfaces:
AutoCloseable, NativeResource, Pointer

public class VkClearAttachment extends Struct<VkClearAttachment> implements NativeResource
Structure specifying a clear attachment.
Valid Usage
Valid Usage (Implicit)
  • aspectMask must be a valid combination of VkImageAspectFlagBits values
  • aspectMask must not be 0
See Also

VkClearValue, CmdClearAttachments

Layout


 struct VkClearAttachment {
     VkImageAspectFlags aspectMask();
     uint32_t colorAttachment();
     VkClearValue clearValue();
 }