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
In
OpenShadingLanguage/src/liboslexec/shadingsys.cpp
Line 1927 in bd7fd4c
but only:
which is missing a types, offsets and derivs for attributes.
This issue is to log the need for parity across these.
The mis-matching names are already a little bit confusing, so some kind of homogenization would also make sense.
Expected behavior:
I expect userdata and attributes to provide the same abilities for query during llvm compilation.
Actual behavior:
I don't have parity for userdata and attribute queries.
NA
I know this should be a PR, which I'll try and get to, but for the moment, I figured an issue would make sense.
Thanks!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
In
OpenShadingLanguage/src/liboslexec/shadingsys.cpp
Line 1927 in bd7fd4c
but only:
which is missing a types, offsets and derivs for attributes.
This issue is to log the need for parity across these.
The mis-matching names are already a little bit confusing, so some kind of homogenization would also make sense.
Expected behavior:
I expect userdata and attributes to provide the same abilities for query during llvm compilation.
Actual behavior:
I don't have parity for userdata and attribute queries.
Steps to Reproduce
NA
Versions
NOTE
I know this should be a PR, which I'll try and get to, but for the moment, I figured an issue would make sense.
Thanks!
The text was updated successfully, but these errors were encountered: