GlistEngine
Loading...
Searching...
No Matches
gInversion.h
Go to the documentation of this file.
1
/*
2
* gInversion.h
3
*
4
* Created on: 29 Kas 2021
5
* Author: kayra
6
*/
7
8
#ifndef GRAPHICS_POSTEFFECTS_GINVERSION_H_
9
#define GRAPHICS_POSTEFFECTS_GINVERSION_H_
10
11
#include "
gBasePostProcess.h
"
12
13
class
gInversion
:
public
gBasePostProcess
{
14
public
:
15
gInversion
();
16
virtual
~gInversion
();
17
18
void
use
();
19
protected
:
20
const
std::string
getVertSrc
();
21
const
std::string
getFragSrc
();
22
};
23
24
#endif
/* GRAPHICS_POSTEFFECTS_GINVERSION_H_ */
gBasePostProcess
Definition
gBasePostProcess.h:15
gInversion
Definition
gInversion.h:13
gInversion::getFragSrc
const std::string getFragSrc()
gInversion::getVertSrc
const std::string getVertSrc()
gInversion::use
void use()
gInversion::gInversion
gInversion()
gInversion::~gInversion
virtual ~gInversion()
gBasePostProcess.h
engine
graphics
posteffects
gInversion.h
Generated by
1.9.8