diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gpu/sequence_v2.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gpu/sequence_v2.h b/src/gpu/sequence_v2.h index 9cd93c6..1cc5f47 100644 --- a/src/gpu/sequence_v2.h +++ b/src/gpu/sequence_v2.h @@ -96,6 +96,11 @@ class SequenceV2 { void resize(int width, int height); + // Test accessor + const std::vector<EffectDAGNode>& get_effect_dag() const { + return effect_dag_; + } + protected: const GpuContext& ctx_; int width_; |
