From 3bf252d58277c4801f242f88260594fe79fe480f Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Mon, 29 Sep 2025 23:30:32 -0400 Subject: [PATCH] uhhhh me change word --- .../src/pipelines/graphics_pipeline/gryphn_graphics_pipeline.h | 2 +- projects/core/src/renderpass/gryphn_render_pass_descriptor.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 {