Cleanup: Workbench: Remove no longer used properties

This commit is contained in:
Miguel Pozo
2023-10-17 15:45:59 +02:00
parent 8867cfc563
commit 405a618d88

View File

@@ -515,10 +515,6 @@ class DofPass {
class AntiAliasingPass {
private:
bool enabled_ = false;
/* Current TAA sample index in [0..samples_len_] range. */
int sample_ = 0;
/* Total number of samples to after which TAA stops accumulating samples. */
int samples_len_ = 0;
/* Weight accumulated. */
float weight_accum_ = 0;
/* Samples weight for this iteration. */