Results 5 issues of John

CMake 3.27 issued a deprecation warning saying cmake

### Configuring with CMake causes build-system warnings When configuring with cmake version 3.27 (and perhaps earlier versions as well), this warning is issued: ``` CMake Deprecation Error at external/argh/CMakeLists.txt:1 (cmake_minimum_required):...

In PR #309 I tried to split up the multiviews example into separate render graphs. The problem this example shows is that the secondary rendergraph clears the whole screen instead...

This example takes the multiviews example one step further by splitting the views into separate rendergraphs.

Following the discussions in #960 and #961 this sets the minimum maxSets to 1 so that when switching out graphics pipelines that use different descriptor sets, the warning about Context::reserve()...