|
Blender V4.3
|
#include <path_trace_tile.h>
Inherits OutputDriver::Tile.
Public Member Functions | |
| PathTraceTile (PathTrace &path_trace) | |
| 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, const int num_channels, const float *pixels) const |
Public Member Functions inherited from OutputDriver::Tile | |
| Tile (const int2 offset, const int2 size, const int2 full_size, const string_view layer, const string_view view) | |
| virtual | ~Tile ()=default |
Additional Inherited Members | |
Public Attributes inherited from OutputDriver::Tile | |
| const int2 | offset |
| const int2 | size |
| const int2 | full_size |
| const string | layer |
| const string | view |
Definition at line 17 of file path_trace_tile.h.
| CCL_NAMESPACE_BEGIN PathTraceTile::PathTraceTile | ( | PathTrace & | path_trace | ) |
Definition at line 16 of file path_trace_tile.cpp.
|
virtual |
Implements OutputDriver::Tile.
Definition at line 27 of file path_trace_tile.cpp.
References PathTrace::copy_render_tile_from_device(), DENOISED, BufferParams::exposure, BufferParams::find_pass(), BufferParams::get_actual_display_pass(), PathTrace::get_num_render_tile_samples(), PathTrace::get_render_tile_params(), PathTrace::get_render_tile_pixels(), PathTrace::has_denoised_result, BufferParams::use_approximate_shadow_catcher, PassAccessor::PassAccessInfo::use_approximate_shadow_catcher, PassAccessor::PassAccessInfo::use_approximate_shadow_catcher_background, and BufferParams::use_transparent_background.
|
virtual |
Implements OutputDriver::Tile.
Definition at line 77 of file path_trace_tile.cpp.
References BufferParams::exposure, BufferParams::find_pass(), PathTrace::get_render_tile_params(), PASS_UNUSED, and PathTrace::set_render_tile_pixels().