Interface VulkanAttachmentReferenceType
- All Known Implementing Classes:
VulkanAttachmentReference
@Immutable
public interface VulkanAttachmentReferenceType
Structure specifying an attachment reference.
- See Also:
-
Method Summary
-
Method Details
-
attachment
@Parameter int attachment()- Returns:
- The index of the attachment of the render pass
-
layout
- Returns:
- The layout the attachment uses during the subpass.
-