summaryrefslogtreecommitdiffstats
path: root/Graphics/GraphicsEngine
diff options
context:
space:
mode:
Diffstat (limited to 'Graphics/GraphicsEngine')
-rw-r--r--Graphics/GraphicsEngine/interface/Shader.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Graphics/GraphicsEngine/interface/Shader.h b/Graphics/GraphicsEngine/interface/Shader.h
index d6c07629..efd4acb1 100644
--- a/Graphics/GraphicsEngine/interface/Shader.h
+++ b/Graphics/GraphicsEngine/interface/Shader.h
@@ -190,7 +190,7 @@ struct ShaderCreateInfo
};
/// Describes shader resource type
-enum SHADER_RESOURCE_TYPE
+enum SHADER_RESOURCE_TYPE : Uint8
{
/// Shader resource type is unknown
SHADER_RESOURCE_TYPE_UNKNOWN = 0,