diff --git a/projects/core/src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h b/projects/core/src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h index 6b8d84f..29b78ed 100644 --- a/projects/core/src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h +++ b/projects/core/src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h @@ -47,7 +47,7 @@ typedef struct gnScissor { } gnScissor; typedef struct gnMultisample { - gnMultisampleCountFlags samples; + gnSampleCountFlags samples; } gnMultisample; typedef enum gnFillMode { diff --git a/projects/core/src/renderpass/gryphn_render_pass_descriptor.h b/projects/core/src/renderpass/gryphn_render_pass_descriptor.h index 50dbc6f..c37e069 100644 --- a/projects/core/src/renderpass/gryphn_render_pass_descriptor.h +++ b/projects/core/src/renderpass/gryphn_render_pass_descriptor.h @@ -34,7 +34,7 @@ typedef struct gnRenderPassAttachmentInfo_t { gnImageLayout initialLayout; gnImageLayout finalLayout; - gnMultisampleCountFlags samples; + gnSampleCountFlags samples; } gnRenderPassAttachmentInfo; typedef struct gnSubpassAttachmentInfo_t {