PICCANTE  0.4
The hottest HDR imaging library!
Classes | Namespaces | Macros | Typedefs | Enumerations
buffer_ops.hpp File Reference
#include <vector>
#include <map>
#include <thread>
#include <mutex>
#include "../../base.hpp"
#include "../../util/gl/buffer_op.hpp"

Go to the source code of this file.

Classes

class  pic::BufferOpsGL
 The BufferOpsGL class. More...
 

Namespaces

 pic
 

Macros

#define PIC_UTIL_GL_BUFFER_OPS_HPP
 

Typedefs

typedef std::vector< BufferOpGL * > pic::BufferOperatorsGL
 

Enumerations

enum  pic::BOGL {
  pic::BOGL_ADD, pic::BOGL_SUB, pic::BOGL_MUL, pic::BOGL_DIV,
  pic::BOGL_ADD_CONST, pic::BOGL_SUB_CONST, pic::BOGL_MUL_CONST, pic::BOGL_DIV_CONST,
  pic::BOGL_ADD_S, pic::BOGL_SUB_S, pic::BOGL_MUL_S, pic::BOGL_DIV_S,
  pic::BOGL_CLAMP, pic::BOGL_ID, pic::BOGL_ID_CONST
}
 

Macro Definition Documentation

◆ PIC_UTIL_GL_BUFFER_OPS_HPP

#define PIC_UTIL_GL_BUFFER_OPS_HPP