Just saw dc27cb0, would it be possible to query render pipelines as well?
Perhaps a get_pipeline_statistics(pipeline: impl Into<RawPipeline>) or Into<ComputeOrRenderPipeline>
or just separate get_compute_statistics and get_render_statistics since they are already separate..
Just saw dc27cb0, would it be possible to query render pipelines as well?
Perhaps a
get_pipeline_statistics(pipeline: impl Into<RawPipeline>)orInto<ComputeOrRenderPipeline>or just separate
get_compute_statisticsandget_render_statisticssince they are already separate..