Changeset View
Changeset View
Standalone View
Standalone View
intern/cycles/integrator/path_trace_tile.h
| Show All 18 Lines | public: | ||||
| bool get_pass_pixels(const string_view pass_name, const int num_channels, float *pixels) const; | bool get_pass_pixels(const string_view pass_name, const int num_channels, float *pixels) const; | ||||
| bool set_pass_pixels(const string_view pass_name, | bool set_pass_pixels(const string_view pass_name, | ||||
| const int num_channels, | const int num_channels, | ||||
| const float *pixels) const; | const float *pixels) const; | ||||
| private: | private: | ||||
| PathTrace &path_trace_; | PathTrace &path_trace_; | ||||
| bool copied_from_device_; | mutable bool copied_from_device_; | ||||
| }; | }; | ||||
| CCL_NAMESPACE_END | CCL_NAMESPACE_END | ||||