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;