Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/film.h
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | public: | ||||
| float exposure; | float exposure; | ||||
| vector<Pass> passes; | vector<Pass> passes; | ||||
| bool denoising_data_pass; | bool denoising_data_pass; | ||||
| bool denoising_clean_pass; | bool denoising_clean_pass; | ||||
| bool denoising_prefiltered_pass; | bool denoising_prefiltered_pass; | ||||
| int denoising_flags; | int denoising_flags; | ||||
| float pass_alpha_threshold; | float pass_alpha_threshold; | ||||
| PassType display_pass; | |||||
| int pass_stride; | int pass_stride; | ||||
| int denoising_data_offset; | int denoising_data_offset; | ||||
| int denoising_clean_offset; | int denoising_clean_offset; | ||||
| FilterType filter_type; | FilterType filter_type; | ||||
| float filter_width; | float filter_width; | ||||
| size_t filter_table_offset; | size_t filter_table_offset; | ||||
| Show All 25 Lines | |||||