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