We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
static
1 parent e3ee519 commit f5977e9Copy full SHA for f5977e9
src/IECoreScene/ShaderNetworkAlgo.cpp
@@ -131,8 +131,8 @@ const InternedString g_inParameterName( "in" );
131
const InternedString g_outParameterName( "out" );
132
const InternedString g_packInParameterNames[3] = { "in1", "in2", "in3" };
133
const boost::regex g_componentRegex( "^(.*)\\.([rgbxyz])$" );
134
-static const char *g_vectorComponents[3] = { "x", "y", "z" };
135
-static const char *g_colorComponents[3] = { "r", "g", "b" };
+const char *g_vectorComponents[3] = { "x", "y", "z" };
+const char *g_colorComponents[3] = { "r", "g", "b" };
136
137
ShaderNetwork::Parameter convertComponentSuffix( const ShaderNetwork::Parameter ¶meter, const std::string &suffix )
138
{
0 commit comments