From b5ced6ee138f3ba68bb642ceec771632c17ffff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 5 Feb 2016 17:42:03 +0100 Subject: [PATCH] Platform: note that WindowlessCglApplication is w/o default FB. --- src/Magnum/Platform/WindowlessCglApplication.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Magnum/Platform/WindowlessCglApplication.h b/src/Magnum/Platform/WindowlessCglApplication.h index be937fe92..bf0005561 100644 --- a/src/Magnum/Platform/WindowlessCglApplication.h +++ b/src/Magnum/Platform/WindowlessCglApplication.h @@ -46,7 +46,8 @@ namespace Magnum { namespace Platform { /** @brief Windowless CGL application -Application for offscreen rendering using pure CGL. +Application for offscreen rendering using pure CGL. Does not have any default +framebuffer. This application library is available on desktop OpenGL on OS X. It is built if `WITH_WINDOWLESSCGLAPPLICATION` is enabled in CMake.