remove resolve attachment count

This commit is contained in:
Greg Wells
2025-07-06 07:30:35 -04:00
parent b9cbdd3286
commit 07d4e13f20
2 changed files with 3 additions and 5 deletions

View File

@@ -45,11 +45,9 @@ typedef struct gnSubpassAttachmentInfo_t {
typedef struct gnSubpassInfo_t {
uint32_t colorAttachmentCount;
gnSubpassAttachmentInfo* colorAttachments;
gnSubpassAttachmentInfo* resolveAttachments;
gnSubpassAttachmentInfo* depthAttachment;
uint32_t resolveAttachmentCount;
gnSubpassAttachmentInfo* resolveAttachments;
} gnSubpassInfo;
#define GN_SUBPASS_EXTERNAL -1