-
Notifications
You must be signed in to change notification settings - Fork 57
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
feat: added Utility shader #289
Conversation
package/Shaders/Common/Skinned.hlsl
Outdated
@@ -0,0 +1,46 @@ | |||
cbuffer PreviousBonesBuffer : register(b9) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe wrap content in this file with if defined(SKINNED)
to speed up compile?
With Utility reversed, this line can now be removed (When removed it will set Utility as default true in settings) |
I think it's not ready to be enabled by default yet. Needs some testing first |
No description provided.