Blender V4.5
buffers.cpp File Reference
#include <cstdlib>
#include "device/device.h"
#include "session/buffers.h"

Go to the source code of this file.

Functions

static CCL_NAMESPACE_BEGIN int pass_type_mode_to_index (PassType pass_type, PassMode mode)
static int pass_to_index (const BufferPass &pass)
 NODE_DEFINE (BufferPass)
 NODE_DEFINE (BufferParams)
void render_buffers_host_copy_denoised (RenderBuffers *dst, const BufferParams &dst_params, const RenderBuffers *src, const BufferParams &src_params, const size_t src_offset)

Function Documentation

◆ NODE_DEFINE() [1/2]

NODE_DEFINE ( BufferParams )

◆ NODE_DEFINE() [2/2]

◆ pass_to_index()

int pass_to_index ( const BufferPass & pass)
static

◆ pass_type_mode_to_index()

CCL_NAMESPACE_BEGIN int pass_type_mode_to_index ( PassType pass_type,
PassMode mode )
static

◆ render_buffers_host_copy_denoised()