| 
    FS2_Open
    
   Open source remastering of the Freespace 2 engine 
   | 
 
Go to the source code of this file.
Functions | |
| void | opengl_post_process_init () | 
| void | opengl_post_process_shutdown () | 
| void | gr_opengl_post_process_set_effect (const char *name, int x) | 
| void | gr_opengl_post_process_set_defaults () | 
| void | gr_opengl_post_process_save_zbuffer () | 
| void | gr_opengl_post_process_begin () | 
| void | gr_opengl_post_process_end () | 
| void | get_post_process_effect_names (SCP_vector< SCP_string > &names) | 
| void | opengl_post_init_uniforms (int flags) | 
| void | opengl_post_shader_header (SCP_stringstream &sflags, shader_type shader_t, int flags) | 
| void get_post_process_effect_names | ( | SCP_vector< SCP_string > & | names | ) | 
Definition at line 474 of file gropenglpostprocessing.cpp.
| void gr_opengl_post_process_begin | ( | ) | 
Definition at line 158 of file gropenglpostprocessing.cpp.
| void gr_opengl_post_process_end | ( | ) | 
Definition at line 256 of file gropenglpostprocessing.cpp.
| void gr_opengl_post_process_save_zbuffer | ( | ) | 
Definition at line 548 of file gropenglpostprocessing.cpp.
| void gr_opengl_post_process_set_defaults | ( | ) | 
Definition at line 531 of file gropenglpostprocessing.cpp.
Definition at line 492 of file gropenglpostprocessing.cpp.
Definition at line 483 of file gropenglpostprocessing.cpp.
| void opengl_post_process_init | ( | ) | 
Definition at line 966 of file gropenglpostprocessing.cpp.
| void opengl_post_process_shutdown | ( | ) | 
Definition at line 1014 of file gropenglpostprocessing.cpp.
| void opengl_post_shader_header | ( | SCP_stringstream & | sflags, | 
| shader_type | shader_t, | ||
| int | flags | ||
| ) | 
Definition at line 681 of file gropenglpostprocessing.cpp.