Blender  V3.3
Namespaces | Macros | Functions
math_functions.cc File Reference
#include "NOD_math_functions.hh"

Go to the source code of this file.

Namespaces

 blender
 
 blender::nodes
 

Macros

#define RETURN_OPERATION_INFO(title_case_name, shader_name)
 
#define RETURN_OPERATION_INFO(title_case_name, shader_name)
 
#define RETURN_OPERATION_INFO(title_case_name, shader_name)
 

Functions

const FloatMathOperationInfo * blender::nodes::get_float_math_operation_info (const int operation)
 
const FloatMathOperationInfo * blender::nodes::get_float_compare_operation_info (const int operation)
 
const FloatMathOperationInfo * blender::nodes::get_float3_math_operation_info (const int operation)
 

Macro Definition Documentation

◆ RETURN_OPERATION_INFO [1/3]

#define RETURN_OPERATION_INFO (   title_case_name,
  shader_name 
)
Value:
{ \
static const FloatMathOperationInfo info{title_case_name, shader_name}; \
return &info; \
} \
((void)0)
SyclQueue void void size_t num_bytes void

◆ RETURN_OPERATION_INFO [2/3]

#define RETURN_OPERATION_INFO (   title_case_name,
  shader_name 
)
Value:
{ \
static const FloatMathOperationInfo info{title_case_name, shader_name}; \
return &info; \
} \
((void)0)

◆ RETURN_OPERATION_INFO [3/3]

#define RETURN_OPERATION_INFO (   title_case_name,
  shader_name 
)
Value:
{ \
static const FloatMathOperationInfo info{title_case_name, shader_name}; \
return &info; \
} \
((void)0)