Skip to content

Conversation

STREM-hexagon
Copy link

Creating a dummy texture for textureless meshes the way it is done so far causes illegal memory accesses if num_vertices * num_views > 1920 * 1080. To avoid this, this PR allocates a vertex color array instead of a texture and uses broadcasting to correctly access the colors in the renderer.

@yuanknv
Copy link

yuanknv commented Aug 13, 2025

Thanks for catching and fixing this, it looks good to me. We will include this fix in the next patch for release-3.2.

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