|
Blender V4.3
|
Go to the source code of this file.
Functions | |
| static void | shader_print_errors (const char *task, const char *log, const char *code) |
| static int | compile_shader_program (void) |
Variables | |
| static CCL_NAMESPACE_BEGIN const char * | VERTEX_SHADER |
| static const char * | FRAGMENT_SHADER |
|
static |
Definition at line 70 of file app/opengl/shader.cpp.
References FRAGMENT_SHADER, log(), NULL, shader_print_errors(), Node::type, and VERTEX_SHADER.
Referenced by OpenGLShader::create_shader_if_needed().
|
static |
Definition at line 49 of file app/opengl/shader.cpp.
Referenced by compile_shader_program().
|
static |
Definition at line 36 of file app/opengl/shader.cpp.
Referenced by compile_shader_program().
|
static |
Definition at line 18 of file app/opengl/shader.cpp.
Referenced by compile_shader_program().