|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_vector.hh"#include "gpu_shader_create_info.hh"#include "gpu_shader_interface.hh"Go to the source code of this file.
Classes | |
| class | blender::gpu::GLShaderInterface |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
GPU shader interface (C --> GLSL)
Structure detailing needed vertex inputs and resources for a specific shader. A shader interface can be shared between two similar shaders.
Definition in file gl_shader_interface.hh.