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

Fix vertex-blending (Skinning) #30

Closed
wants to merge 3 commits into from
Closed

Fix vertex-blending (Skinning) #30

wants to merge 3 commits into from

Conversation

c,
output, input, matrix, i,
(i < (count - 1)) ? "weight_i" : "weight_n",
swizzle);
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This code path works only fine for count = 2

@@ -28,7 +28,7 @@
# define NV2A_DPRINTF(format, ...) do { } while (0)
#endif

// #define DEBUG_NV2A_GL
#define DEBUG_NV2A_GL
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove; only trying to make renderdoc work again

@JayFoxRox
Copy link
Owner Author

Upstreamed; was a bug with mode order.

@JayFoxRox JayFoxRox closed this Feb 18, 2019
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.

1 participant