Yet another OSL fix: Some functions are missing stubs that were not used in old OSL implementation yet.

This commit is contained in:
Lukas Toenne
2012-09-15 18:08:51 +00:00
parent f4b7a8a545
commit d9788e4fa4

View File

@@ -573,6 +573,14 @@ void OSLCompiler::parameter_vector(const char *name, float3 f)
{
}
void OSLCompiler::parameter_point(const char *name, float3 f)
{
}
void OSLCompiler::parameter_normal(const char *name, float3 f)
{
}
void OSLCompiler::parameter(const char *name, int f)
{
}