-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Open
Labels
area: robustnessMinimizing the impact when things go wrongMinimizing the impact when things go wrongkind: refactorMaking existing function faster or nicerMaking existing function faster or nicer
Description
Render passes and render bundles implement many of the same operations, but with enough differences in the implementation that it is not trivial to reuse the same code. Even though it will require some effort to reuse the same code, it is probably worth it, because there is a risk that code changes that should apply to both passes and bundles are made in only one place.
In #7911, I added some comments to on set_vertex_buffer
and set_index_buffer
noting this duplication.
#8038 notes a particular case where render bundles are missing validation that is present for render passes.
Metadata
Metadata
Assignees
Labels
area: robustnessMinimizing the impact when things go wrongMinimizing the impact when things go wrongkind: refactorMaking existing function faster or nicerMaking existing function faster or nicer
Type
Projects
Status
Todo