|
Blender V4.3
|
#include "BLI_assert.h"#include "BLI_math_vector.h"#include "BLI_string_ref.hh"#include "DNA_node_types.h"#include "NOD_derived_node_tree.hh"#include "GPU_material.hh"#include "COM_shader_node.hh"#include "COM_utilities.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::realtime_compositor |
Functions | |
| static eGPUType | blender::realtime_compositor::gpu_type_from_socket_type (eNodeSocketDatatype type) |
| static void | blender::realtime_compositor::gpu_stack_vector_from_socket (GPUNodeStack &stack, const bNodeSocket *socket) |
| static void | blender::realtime_compositor::populate_gpu_node_stack (DSocket socket, GPUNodeStack &stack) |