Skip to content
New issue

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

[Plug] Remove unused boost include #629

Closed
wants to merge 1 commit into from

Conversation

superfunc
Copy link
Contributor

Description of Change(s)

See my other art at #621 #484 #481 #618

This goes about removing one of the easier pieces of boost in the USD repo (those that
can be replaced with standard C++11 constructs).

@jtran56
Copy link

jtran56 commented Sep 20, 2018

Filed as internal issue #USD-4773.

@superfunc superfunc closed this Oct 9, 2018
@superfunc superfunc mentioned this pull request Oct 9, 2018
AdamFelt pushed a commit to autodesk-forks/USD that referenced this pull request Apr 16, 2024
* Fix for shader compile error with mx::heighttonormal nodes
When we use MaterialX heighttonormal node to convert a height map to normal map, Storm reports a shader error.
error C7522: OpenGL requires constants to be initialized

The root cause is that the filter kernels are uninitialized

const float c_box_filter_weights[84];
const float c_gaussian_filter_weights[84];

Also logged as USD github issue
PixarAnimationStudios#2281
* Update basefiles
* Add readme and helper script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants