Added pbrtexture to CMakeLists.txt

This commit is contained in:
saschawillems 2017-05-11 20:28:49 +02:00
parent ead59682c1
commit 90a95b495a
2 changed files with 2 additions and 1 deletions

View file

@ -150,6 +150,7 @@ set(EXAMPLES
particlefire particlefire
pbrbasic pbrbasic
pbribl pbribl
pbrtexture
pipelines pipelines
pushconstants pushconstants
radialblur radialblur

View file

@ -78,7 +78,7 @@ public:
struct UBOParams { struct UBOParams {
glm::vec4 lights[4]; glm::vec4 lights[4];
float exposure = 2.0f; float exposure = 4.5f;
float gamma = 2.2f; float gamma = 2.2f;
} uboParams; } uboParams;