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