The Nabla Examples are documentation-by-example and building blocks for our future Continuous Integration GPU Integration Tests.
Given an example in folder XY.ExampleName
, CMake will generate either a target or a separate makefile/project/solution called examplename
(no number, always lowercase).
Whenever CMake generates separate makefiles/solutions/projects, they will be generated in the ./examples_tests
under the build directory you supplied to CMake.
Samples are meant to be built into the ./bin
directory in the source (its git-ignored) and invoked with that Current Working Directory.
WARNING: If you're using an IDE different than Visual Studio you need to set the CWD correctly for when you start the example for Debugging!
WARNING: Only generation of IDE projects by standalone CMake is supported, we do not use or rely on IDE integrations of CMake.
Work-In-Progress, sample logic not complete or temporarily modified
Intended to be Supported (requires some work to port after an API change)
Examples numbered 00 are provisional and are not part of the example suite.
*
Only Nvidia provides a working GLES 3.1 driver with OES_texture_view on Windows, so we only test there.
**
Needs the Xcb implementation of the ui::
namespace to be complete.
***
Only x86_64 architecture supported for Android builds, also NBL_BUILD_ANDROID is required.
****
NBL_BUILD_EXAMPLES is needed for any example to build!