Blender
V3.3
|
Public Attributes | |
const char * | libs [MAX_LIB] |
char | libs_name [MAX_LIB][MAX_LIB_NAME] |
uint64_t | libs_deps [MAX_LIB] |
Definition at line 443 of file draw_manager_shader.c.
const char* DRWShaderLibrary::libs[MAX_LIB] |
Definition at line 444 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 446 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 445 of file draw_manager_shader.c.
Referenced by DRW_shader_library_add_file(), and drw_shader_library_search().