mirror of
https://github.com/brunoherbelin/vimix.git
synced 2026-01-04 14:10:00 +01:00
Cleanup of surface management in Sources (centralize texturesurface_ in
Source class, avoid mistakes in subclasses). Integration of sources in AppearanceView (not functionnal yet).
This commit is contained in:
@@ -10,8 +10,12 @@
|
||||
|
||||
#include "GlmToolkit.h"
|
||||
|
||||
class FrameBuffer;
|
||||
// use glReadPixel or glGetTextImage
|
||||
// read pixels & pbo should be the fastest
|
||||
// https://stackoverflow.com/questions/38140527/glreadpixels-vs-glgetteximage
|
||||
#define USE_GLREADPIXEL
|
||||
|
||||
class FrameBuffer;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user