Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Types | List of all members
jop::PostProcessor::Function Struct Reference

#include <PostProcessor.hpp>

Public Types

enum  : uint32 { ToneMap = 1, Bloom = 1 << 1, Dither = 1 << 2, GammaCorrection = 1 << 3 }
 

Detailed Description

Post-process functions

Definition at line 54 of file PostProcessor.hpp.

Member Enumeration Documentation

anonymous enum : uint32
Enumerator
ToneMap 
Bloom 
Dither 
GammaCorrection 

Definition at line 56 of file PostProcessor.hpp.


The documentation for this struct was generated from the following file: