Browse Source

Platform: note that WindowlessCglApplication is w/o default FB.

pull/134/merge
Vladimír Vondruš 10 years ago
parent
commit
b5ced6ee13
  1. 3
      src/Magnum/Platform/WindowlessCglApplication.h

3
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.

Loading…
Cancel
Save