Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
markaren committed Jun 20, 2024
1 parent 7429d33 commit 7fcae5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions include/threepp/renderers/GLRenderer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ namespace threepp {
public:
struct Parameters {

bool alpha;
bool depth;
// bool alpha;
// bool depth;
bool premultipliedAlpha;
};

Expand Down Expand Up @@ -73,7 +73,7 @@ namespace threepp {

bool checkShaderErrors = false;

explicit GLRenderer(WindowSize size, const Parameters& parameters = {});
explicit GLRenderer(WindowSize size = {}, const Parameters& parameters = {});

GLRenderer(GLRenderer&&) = delete;
GLRenderer(const GLRenderer&) = delete;
Expand Down

0 comments on commit 7fcae5d

Please sign in to comment.