Photon Editor Library 2.0.0-beta
A physically based renderer.
Loading...
Searching...
No Matches
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