mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 21:57:00 +02:00
remove NUM_REGIONS_TRACKED
This commit is contained in:
parent
0d943ca55a
commit
590876e54b
1 changed files with 1 additions and 6 deletions
|
@ -53,12 +53,7 @@ namespace workload {
|
||||||
using Inputs = IndexVectors;
|
using Inputs = IndexVectors;
|
||||||
using JobModel = workload::Job::ModelI<RegionState, Inputs, Config>;
|
using JobModel = workload::Job::ModelI<RegionState, Inputs, Config>;
|
||||||
|
|
||||||
// we track Proxies in regions R1 through R3
|
RegionState() { _state.resize(workload::Region::NUM_TRACKED_REGIONS); }
|
||||||
const uint32_t NUM_REGIONS_TRACKED = uint32_t(Region::R3 - Region::R1 + 1);
|
|
||||||
|
|
||||||
RegionState() {
|
|
||||||
_state.resize(NUM_REGIONS_TRACKED);
|
|
||||||
}
|
|
||||||
|
|
||||||
void configure(const Config& config);
|
void configure(const Config& config);
|
||||||
void run(const workload::WorkloadContextPointer& renderContext, const Inputs& inputs);
|
void run(const workload::WorkloadContextPointer& renderContext, const Inputs& inputs);
|
||||||
|
|
Loading…
Reference in a new issue