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

Cleanup instances of using uint32_t for mesh formats #83211

Merged
merged 1 commit into from
Oct 13, 2023

Conversation

clayjohn
Copy link
Member

And tidy up some leftovers from the attribute compression PR

Mostly issues from #81138

I caught these while investigating #82890. This PR may help with #82890, but I'm not sure as I can't reproduce the issue.

And tidy up some leftovers from the attribute compression PR
Copy link
Member

@fire fire left a comment

Choose a reason for hiding this comment

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

The diff appears to be replacing int and int64 to uint64. From a test case point of view we need to coverage the area of 3d import changes but the task of generating benchmarks and test cases is a missing gap that should not block this.

@@ -1662,7 +1662,7 @@ TypedArray<Array> RenderingServer::mesh_surface_get_blend_shape_arrays(RID p_mes
uint32_t normal_elem_size;
uint32_t attrib_elem_size;
uint32_t skin_elem_size;
//CLAY
Copy link
Member

Choose a reason for hiding this comment

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

👋

@akien-mga akien-mga merged commit cbb95bc into godotengine:master Oct 13, 2023
15 checks passed
@akien-mga
Copy link
Member

Thanks!

@clayjohn clayjohn deleted the cleanup-mesh-stuff branch October 13, 2023 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants