24 .default_value({1.0f, 1.0f, 1.0f, 1.0f})
25 .compositor_domain_priority(0);
60 return "node_composite_separate_ycca_itu_601";
62 return "node_composite_separate_ycca_itu_709";
64 return "node_composite_separate_ycca_jpeg";
87 ntype.
declare = file_ns::cmp_node_sepycca_declare;
88 ntype.
initfunc = file_ns::node_composit_init_mode_sepycca;
153 return "node_composite_combine_ycca_itu_601";
155 return "node_composite_combine_ycca_itu_709";
157 return "node_composite_combine_ycca_jpeg";
180 ntype.
declare = file_ns::cmp_node_combycca_declare;
181 ntype.
initfunc = file_ns::node_composit_init_mode_combycca;
#define NODE_CLASS_CONVERTER
#define BLI_assert_unreachable()
#define BLI_YCC_JFIF_0_255
#define BLI_YCC_ITU_BT601
#define BLI_YCC_ITU_BT709
#define BLT_I18NCONTEXT_COLOR
bool GPU_stack_link(GPUMaterial *mat, const bNode *node, const char *name, GPUNodeStack *in, GPUNodeStack *out,...)
int compositor_domain_priority() const
const char * get_shader_function_name()
void compile(GPUMaterial *material) override
const char * get_shader_function_name()
void compile(GPUMaterial *material) override
GPUNodeStack * get_inputs_array()
GPUNodeStack * get_outputs_array()
const bNode & bnode() const
local_group_size(16, 16) .push_constant(Type b
void node_register_type(bNodeType *ntype)
static ShaderNode * get_compositor_shader_node(DNode node)
static void node_composit_init_mode_combycca(bNodeTree *, bNode *node)
static void cmp_node_combycca_declare(NodeDeclarationBuilder &b)
static void node_composit_init_mode_sepycca(bNodeTree *, bNode *node)
static void cmp_node_sepycca_declare(NodeDeclarationBuilder &b)
static ShaderNode * get_compositor_shader_node(DNode node)
void register_node_type_cmp_sepycca()
void register_node_type_cmp_combycca()
void cmp_node_type_base(blender::bke::bNodeType *ntype, int type, const char *name, short nclass)
void(* initfunc)(bNodeTree *ntree, bNode *node)
NodeGatherSocketLinkOperationsFunction gather_link_search_ops
NodeDeclareFunction declare
NodeGetCompositorShaderNodeFunction get_compositor_shader_node