change colorAttachmentDescriptions to a const pointer

updatetemplate
cosmonaut 2022-02-24 21:20:55 -08:00
parent a531fb8593
commit 26a5ea91ba
1 changed files with 1 additions and 1 deletions

View File

@ -561,7 +561,7 @@ typedef struct Refresh_ColorAttachmentDescription
typedef struct Refresh_GraphicsPipelineAttachmentInfo
{
Refresh_ColorAttachmentDescription colorAttachmentDescriptions[4];
const Refresh_ColorAttachmentDescription *colorAttachmentDescriptions;
uint32_t colorAttachmentCount;
uint8_t hasDepthStencilAttachment;
Refresh_TextureFormat depthStencilFormat;