mirror of
https://github.com/lubosz/overte.git
synced 2025-04-06 19:02:38 +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 JobModel = workload::Job::ModelI<RegionState, Inputs, Config>;
|
||||
|
||||
// we track Proxies in regions R1 through R3
|
||||
const uint32_t NUM_REGIONS_TRACKED = uint32_t(Region::R3 - Region::R1 + 1);
|
||||
|
||||
RegionState() {
|
||||
_state.resize(NUM_REGIONS_TRACKED);
|
||||
}
|
||||
RegionState() { _state.resize(workload::Region::NUM_TRACKED_REGIONS); }
|
||||
|
||||
void configure(const Config& config);
|
||||
void run(const workload::WorkloadContextPointer& renderContext, const Inputs& inputs);
|
||||
|
|
Loading…
Reference in a new issue