diff --git a/include/Refresh.h b/include/Refresh.h index f046988..66605f3 100644 --- a/include/Refresh.h +++ b/include/Refresh.h @@ -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;