Loading [MathJax]/extensions/MathMenu.js
Photon Editor Library 2.0.0-beta
A physically based renderer.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Concepts
opengl_config.h
Go to the documentation of this file.
1#pragma once
2
3#include <Common/config.h>
4
5#if PH_DEBUG
6 #define PH_DEBUG_OPENGL 1
7#else
8 #define PH_DEBUG_OPENGL 0
9#endif