File: gropenglpostprocessing.h

package info (click to toggle)
freespace2 3.7.4%2Brepack-1
  • links: PTS, VCS
  • area: non-free
  • in suites: buster
  • size: 22,236 kB
  • sloc: cpp: 393,535; ansic: 4,106; makefile: 1,091; xml: 181; sh: 137
file content (18 lines) | stat: -rw-r--r-- 597 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

#ifndef _GROPENGLPOSTPROCESSING_H
#define _GROPENGLPOSTPROCESSING_H

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_load_shader(SCP_string &sflags, shader_type shader_t, int flags);

#endif	// _GROPENGLPOSTPROCESSING_H