Merge branch 'blender-v4.0-release'
This commit is contained in:
@@ -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. */
|
||||
|
||||
Reference in New Issue
Block a user