Skip to content

What meshlet_triangles refers to ? #748

Answered by zeux
GiuseppeCassisi96 asked this question in Q&A
Discussion options

You must be logged in to vote

See

/**
* Meshlet is a small mesh cluster (subset) that consists of:
* - triangles, an 8-bit micro triangle (index) buffer, that for each triangle specifies three local vertices to use;
* - vertices, a 32-bit vertex indirection buffer, that for each local vertex specifies which mesh vertex to fetch vertex attributes from.
*
* For efficiency, meshlet triangles and vertices are packed into two large arrays; this structure contains offsets and counts to access the data.
*/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GiuseppeCassisi96
Comment options

Answer selected by GiuseppeCassisi96
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants