We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de71fba commit f0c76feCopy full SHA for f0c76fe
Graphics/include/Graphics/Shader.hpp
@@ -3,6 +3,7 @@
3
4
namespace Graphics
5
{
6
+ extern const uint32 shaderStageMap[];
7
/* Enum of supported shader types */
8
enum class ShaderType
9
Graphics/src/Material.cpp
@@ -57,9 +57,6 @@ namespace Graphics
57
58
};
59
60
- // Defined in Shader.cpp
61
- extern uint32 shaderStageMap[];
62
-
63
class Material_Impl : public MaterialRes
64
65
public:
0 commit comments