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