Skip to content

Commit

Permalink
Added stencil to render settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Bojko committed Oct 6, 2017
1 parent 1905e4a commit 890053d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/ViewTypesSample/src/ViewTypesSampleApp.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,4 @@ ColorA ViewTypesSampleApp::getNextColor(float alpha) {
return color;
}

CINDER_APP(ViewTypesSampleApp, RendererGl(RendererGl::Options().msaa(4)), ViewTypesSampleApp::prepareSettings)
CINDER_APP(ViewTypesSampleApp, RendererGl(RendererGl::Options().msaa(4).stencil(true)), ViewTypesSampleApp::prepareSettings)

0 comments on commit 890053d

Please sign in to comment.