|
Blender
V2.93
|
Public Attributes | |
| char * | libs [MAX_LIB] |
| char | libs_name [MAX_LIB][MAX_LIB_NAME] |
| uint32_t | libs_deps [MAX_LIB] |
Definition at line 568 of file draw_manager_shader.c.
| char* DRWShaderLibrary::libs[MAX_LIB] |
Definition at line 569 of file draw_manager_shader.c.
Referenced by DRW_shader_library_add_file(), DRW_shader_library_create_shader_string(), and drw_shader_library_search().
Definition at line 571 of file draw_manager_shader.c.
Referenced by DRW_shader_library_add_file(), and DRW_shader_library_create_shader_string().
| char DRWShaderLibrary::libs_name[MAX_LIB][MAX_LIB_NAME] |
Definition at line 570 of file draw_manager_shader.c.
Referenced by DRW_shader_library_add_file(), and drw_shader_library_search().