Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Meshlet rendering (initial feature) #10164
Meshlet rendering (initial feature) #10164
Changes from 250 commits
f370980
21e52aa
5bf13ba
a6266e1
e48b7b1
f875497
52c429d
66aeff0
d89d118
50dc55f
283105a
3a21264
1d7f6e9
2c672d0
eedb318
7c46e4c
f3222fe
bd36f9f
2874843
63e8032
4e61072
badd572
7e7b9a7
dceab7a
1ced9ff
e798b64
df725f1
88714b2
2caaa9b
eaf26c4
b7c9813
6d382e3
936769e
d3051b8
e9cb784
32b382d
842cfe7
212919c
a7d9b95
e957424
5e0d5b4
b374fc6
6e22026
3395db9
b80955d
ae85bf7
6043dee
146ea02
8677b84
28009d6
08a0dc1
6b32652
2cd5051
1c84f01
e19ddbb
5ea6361
e835f51
51f9669
fba7015
0637df4
8ffda6c
8f357fe
f473437
e4a61b2
a2034d9
66e11fe
2f55e90
baee7e7
8f4c053
57a9d24
6d95f97
5c821ad
c192a93
f2186f9
7b88f20
66cd167
bb9bff3
5c00bdd
bac5cf6
6481b12
28daa90
3b7b46d
a8fcc38
a24a61f
c895e49
20083fa
2283864
3f403bb
a9f1d9f
3bfa80b
c16c3f2
fe3dacb
3c9b361
92639e3
8a4b9aa
0bd667a
cda73dc
58391d1
1d4d89b
ee2278c
737d42d
b04244a
ebc68e1
bb1490b
25d2943
5487522
dec0dda
60f2c91
e1049d7
0f446fa
b48daeb
109bb4f
11b96e3
1637b6a
f9a8032
f4cb938
2b665db
684a39f
6bb52d5
d471820
23207c5
4ddd312
18412d7
a03a37e
5f632f1
f75dc7a
932b34f
91fd217
ec11c7a
9db1a96
ea38623
07bac3c
d2903ac
2a6e022
62d8063
3d96a40
54ac8bb
3d6a7d3
a0f5c6b
a5cafe3
7979367
2a21ed9
e6faae6
e0b7bf2
726370a
d0789ae
4dcc424
2a5c800
ddfbe8a
eb4967b
fd26948
7831a97
e11b9b0
633137d
3284621
c3b4d34
76a9a62
54070b9
683a4e1
6e20432
f380cb4
ac5ce53
086ed77
1250949
19e46c3
6c8b8bf
dd0ec04
67a0bc5
6e72360
dc5c57e
ded44f3
ea39e34
fa75dd2
6bbb428
93fed23
ac89611
2249e00
1cdd044
16ff589
0463f47
084b1a2
48d5c89
a0ba8d1
6328d03
98d375d
c8711bf
6fd9dc2
a22848e
d961c94
baa8318
6a845d7
7a4f6ca
4f8cbda
83debc4
d33aa85
9e7655a
52eedf2
d7eb81c
81ce951
3ef551a
474bae2
21786e2
a7e7930
afbd441
8004df0
4a69f8a
82cb1d8
69184bf
0e7874d
d7fd5d4
096ea24
97e2a50
8db797f
182fb8f
b08e45f
12e982e
a903873
2916dd3
2f1b399
24fe534
c687e59
328edcd
99b18d5
7d67997
c768471
be03224
9680e1b
0f4de29
60af7da
8ac2e94
0a7f76c
6be2f94
a6f8f62
3fc104c
bb77e5a
edccb65
cb58dde
36787dc
bdc87f1
8510640
7eb151c
b13b324
a0b2bbf
cdd83cb
78dec88
8636e82
f27af6e
898f527
95bf6e5
087ab5c
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
nit: Am I right in thinking this is the first Bevy-proprietary format? If so, it might be worth picking an extension that alludes to Bevy. (Or potentially not exposing an extension at all and requiring a processor if we don't want to have a stable file format for it.)