mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
FrameBuffer creation flags replace booleans
Instead of many creation options (with alpha, with multisampling, etc) use a single flag with boolean operators. Creation of the new mipmap flag for FrameBuffer, rendering the current FBO into multiple sub-resolutions.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef FRAMEBUFFERFILTER_H
|
||||
#define FRAMEBUFFERFILTER_H
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
class Visitor;
|
||||
|
||||
Reference in New Issue
Block a user