Skip to content

Commit

Permalink
Reduce default number of frame buffers to 1.
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Apr 30, 2022
1 parent 2e4e262 commit b78b492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/render/GeometryStore.h
Expand Up @@ -24,7 +24,7 @@ class GeometryStore final :
IndexRemap = 1,
};

static constexpr auto NumFrameBuffers = 2;
static constexpr auto NumFrameBuffers = 1;

// Represents the storage for a single frame
struct FrameBuffer
Expand Down

0 comments on commit b78b492

Please sign in to comment.