change colorAttachmentDescriptions to a const pointer
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
a531fb8593
commit
26a5ea91ba
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue