2D_Game_Engine
Loading...
Searching...
No Matches
Functions
renderer.cpp File Reference
#include <pch.hpp>
#include <renderer.hpp>
#include <window.hpp>

Go to the source code of this file.

Functions

std::string TonemapTypeToString (TonemapType type)
 
TonemapType StringToTonemapType (const std::string &type)
 

Function Documentation

◆ StringToTonemapType()

TonemapType StringToTonemapType ( const std::string & type)

Definition at line 151 of file renderer.cpp.

◆ TonemapTypeToString()

std::string TonemapTypeToString ( TonemapType type)

Definition at line 127 of file renderer.cpp.