Skip to content

Commit

Permalink
Update filament/src/details/Renderer.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Powei Feng <[email protected]>
  • Loading branch information
pixelflinger and poweifeng committed Aug 30, 2024
1 parent 339e8da commit 2bbbb7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filament/src/details/Renderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ void FRenderer::renderJob(RootArenaScope& rootArenaScope, FView& view) {
const bool isProtectedContent = mSwapChain && mSwapChain->isProtected();

// Conditions to meet to be able to use the sub-pass rendering path. This is regardless of
// whether the backend supports subpasses (or if they are disabled but the debugRegistry)
// whether the backend supports subpasses (or if they are disabled in the debugRegistry).
const bool isSubpassPossible =
msaaSampleCount <= 1 &&
hasColorGrading &&
Expand Down

0 comments on commit 2bbbb7f

Please sign in to comment.