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