|
Blender
V2.93
|
Public Attributes | |
| const char * | name |
| const char * | vert |
| const char * | geom |
| const char * | frag |
| const char * | defs |
Definition at line 153 of file gpu_shader_builtin.c.
| const char* GPUShaderStages::defs |
Optional.
Definition at line 160 of file gpu_shader_builtin.c.
Referenced by GPU_shader_get_builtin_shader_code().
| const char* GPUShaderStages::frag |
Definition at line 158 of file gpu_shader_builtin.c.
Referenced by GPU_shader_get_builtin_shader_code().
| const char* GPUShaderStages::geom |
Optional.
Definition at line 157 of file gpu_shader_builtin.c.
Referenced by GPU_shader_get_builtin_shader_code().
| const char* GPUShaderStages::name |
Definition at line 154 of file gpu_shader_builtin.c.
Referenced by GPU_shader_get_builtin_shader_with_config().
| const char* GPUShaderStages::vert |
Definition at line 155 of file gpu_shader_builtin.c.
Referenced by GPU_shader_get_builtin_shader_code().