We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Posting this as a result of this comment made by Larry.
Not sure this is really a problem, but Larry thought it might be.
Currently this generates a compile error.
struct textureresource { string filename; string colorspace; }; shader test_shader ( textureresource files[2] = {{"",""},{"",""}}, output float out = 0 ) {}
generates the following compile error.
> oslc test.osl test.osl:9: error: array of struct are not allowed as parameters FAILED test.osl
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
Posting this as a result of this comment made by Larry.
Not sure this is really a problem, but Larry thought it might be.
Currently this generates a compile error.
generates the following compile error.
Steps to Reproduce
Versions
The text was updated successfully, but these errors were encountered: