GlistEngine
Loading...
Searching...
No Matches
gVignette.h
Go to the documentation of this file.
1
/*
2
* gVignette.h
3
*
4
* Created on: 14 Tem 2023
5
* Author: Batuhan Yigit
6
*/
7
8
#ifndef GRAPHICS_POSTEFFECTS_GVIGNETTE_H_
9
#define GRAPHICS_POSTEFFECTS_GVIGNETTE_H_
10
11
#include "
gBasePostProcess.h
"
12
13
class
gVignette
:
public
gBasePostProcess
{
14
public
:
15
gVignette
(
float
outerradius = 0.75f,
float
innerradius = 0.25f,
float
intensity = 1.0f);
16
virtual
~gVignette
();
17
18
void
use
();
19
20
protected
:
21
const
std::string
getVertSrc
();
22
const
std::string
getFragSrc
();
23
};
24
25
#endif
/* GRAPHICS_POSTEFFECTS_GVIGNETTE_H_ */
gBasePostProcess
Definition
gBasePostProcess.h:15
gVignette
Definition
gVignette.h:13
gVignette::~gVignette
virtual ~gVignette()
gVignette::getFragSrc
const std::string getFragSrc()
gVignette::gVignette
gVignette(float outerradius=0.75f, float innerradius=0.25f, float intensity=1.0f)
gVignette::use
void use()
gVignette::getVertSrc
const std::string getVertSrc()
gBasePostProcess.h
engine
graphics
posteffects
gVignette.h
Generated by
1.9.8