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