Wgpu: Track used pipeline stages

Created on 8 Aug 2019  路  2Comments  路  Source: gfx-rs/wgpu

The barriers we currently issue have a very generic stage coverage (i.e. "all_images() -> all_images()"). We could track the stages used in each synchronization unit and OR those stages together when issuing a barrier.

performance

Most helpful comment

Yes, we don't have that implemented. It's an optimization. Ideally, we'd play with it once we have any performance metrics to track.

All 2 comments

Is this still an issue?

Yes, we don't have that implemented. It's an optimization. Ideally, we'd play with it once we have any performance metrics to track.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

porky11 picture porky11  路  13Comments

cwfitzgerald picture cwfitzgerald  路  20Comments

FlorianUekermann picture FlorianUekermann  路  18Comments

unrelentingtech picture unrelentingtech  路  14Comments

z2oh picture z2oh  路  13Comments