enum hiro::draw::RenderSystem::Mode
Overview
#include <RenderSystem.h> enum Mode { visualizer, deferred_only, };
Detailed Documentation
Enum Values
visualizer
System renders scenes and calculates lighting and other effects. Final imagery is rendered to the currently bound frame buffer.
deferred_only
System renders scenes and write them to the G-buffer that can be downloaded. No multi sample buffers are used in this mode, and no visual feedback is provided.