Visualization Library 2.1.0

A lightweight C++ OpenGL middleware for 2D/3D graphics

VL     Star     Watch     Fork     Issue

[Download] [Tutorials] [All Classes] [Grouped Classes]
Macros
Texture.cpp File Reference
#include <vlGraphics/Texture.hpp>
#include <vlCore/checks.hpp>
#include <vlCore/Image.hpp>
#include <vlCore/math_utils.hpp>
#include <vlCore/Say.hpp>
#include <vlCore/Log.hpp>

Go to the source code of this file.

Macros

#define VL_IS_POW_2(x)   ((x != 0) && ((x & (x - 1)) == 0))
 

Macro Definition Documentation

◆ VL_IS_POW_2

#define VL_IS_POW_2 (   x)    ((x != 0) && ((x & (x - 1)) == 0))