Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/render/buffers.h
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | public: | ||||
| * need the original data. */ | * need the original data. */ | ||||
| bool denoising_prefiltered_pass; | bool denoising_prefiltered_pass; | ||||
| /* functions */ | /* functions */ | ||||
| BufferParams(); | BufferParams(); | ||||
| void get_offset_stride(int &offset, int &stride); | void get_offset_stride(int &offset, int &stride); | ||||
| bool modified(const BufferParams ¶ms); | bool modified(const BufferParams ¶ms); | ||||
| void add_pass(PassType type); | |||||
| int get_passes_size(); | int get_passes_size(); | ||||
| int get_denoising_offset(); | int get_denoising_offset(); | ||||
| int get_denoising_prefiltered_offset(); | int get_denoising_prefiltered_offset(); | ||||
| }; | }; | ||||
| /* Render Buffers */ | /* Render Buffers */ | ||||
| class RenderBuffers { | class RenderBuffers { | ||||
| ▲ Show 20 Lines • Show All 85 Lines • Show Last 20 Lines | |||||