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
|
||||
pbrbasic
|
||||
pbribl
|
||||
pbrtexture
|
||||
pipelines
|
||||
pushconstants
|
||||
radialblur
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ public:
|
|||
|
||||
struct UBOParams {
|
||||
glm::vec4 lights[4];
|
||||
float exposure = 2.0f;
|
||||
float exposure = 4.5f;
|
||||
float gamma = 2.2f;
|
||||
} uboParams;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue