Blender  V2.93
Functions | Variables
node_shader_output_aov.c File Reference
#include "../node_shader_util.h"
#include "BLI_hash.h"

Go to the source code of this file.

Functions

static void node_shader_init_output_aov (bNodeTree *UNUSED(ntree), bNode *node)
 
static int node_shader_gpu_output_aov (GPUMaterial *mat, bNode *node, bNodeExecData *UNUSED(execdata), GPUNodeStack *in, GPUNodeStack *out)
 
void register_node_type_sh_output_aov (void)
 

Variables

static bNodeSocketTemplate sh_node_output_aov_in []
 

Function Documentation

◆ node_shader_gpu_output_aov()

static int node_shader_gpu_output_aov ( GPUMaterial mat,
bNode node,
bNodeExecData UNUSEDexecdata,
GPUNodeStack in,
GPUNodeStack out 
)
static

◆ node_shader_init_output_aov()

static void node_shader_init_output_aov ( bNodeTree UNUSEDntree,
bNode node 
)
static

Definition at line 32 of file node_shader_output_aov.c.

References MEM_callocN, and node.

Referenced by register_node_type_sh_output_aov().

◆ register_node_type_sh_output_aov()

void register_node_type_sh_output_aov ( void  )

Variable Documentation

◆ sh_node_output_aov_in

bNodeSocketTemplate sh_node_output_aov_in[]
static
Initial value:
= {
{SOCK_RGBA, N_("Color"), 0.0f, 0.0f, 0.0f, 1.0f, 0.0f, 1.0f},
{SOCK_FLOAT, N_("Value"), 0.0f, 0.0f, 0.0f, 0.0f, 0.0f, 1.0f},
{-1, ""},
}
#define N_(msgid)
@ SOCK_FLOAT
@ SOCK_RGBA

Definition at line 26 of file node_shader_output_aov.c.

Referenced by register_node_type_sh_output_aov().