From d79a3c45bf580e665adb42da808758f45469b141 Mon Sep 17 00:00:00 2001 From: Gregory Wells Date: Mon, 29 Sep 2025 23:33:47 -0400 Subject: [PATCH] change more words --- projects/core/src/textures/gryphn_texture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/core/src/textures/gryphn_texture.h b/projects/core/src/textures/gryphn_texture.h index 45fbbb4..ed3c305 100644 --- a/projects/core/src/textures/gryphn_texture.h +++ b/projects/core/src/textures/gryphn_texture.h @@ -27,7 +27,7 @@ typedef enum gnTextureUsageFlags { typedef struct gnTextureInfo { gnExtent3D extent; - gnMultisampleCountFlags samples; + gnSampleCountFlags samples; gnTextureUsageFlags usage; uint32_t mipmapLevels; gnTextureType type;