Blender
V3.3
|
#include "MEM_guardedalloc.h"
#include "BLI_vector.hh"
#include "glew-mx.h"
#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 | |
blender | |
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.