Added pbrtexture to CMakeLists.txt
This commit is contained in:
parent
ead59682c1
commit
90a95b495a
2 changed files with 2 additions and 1 deletions
|
|
@ -150,6 +150,7 @@ set(EXAMPLES
|
||||||
particlefire
|
particlefire
|
||||||
pbrbasic
|
pbrbasic
|
||||||
pbribl
|
pbribl
|
||||||
|
pbrtexture
|
||||||
pipelines
|
pipelines
|
||||||
pushconstants
|
pushconstants
|
||||||
radialblur
|
radialblur
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue