Skip to content

Commit

Permalink
Usual "don't-merge-fork" disclaimer here; Enable some compile-time flags
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0ade committed Nov 18, 2015
1 parent ecfb8e0 commit 5aef25f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Graphics/OpenGLDevice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
#endregion

#region DISABLE_FAUXBACKBUFFER Option
// #define DISABLE_FAUXBACKBUFFER
#define DISABLE_FAUXBACKBUFFER
/* If you want to debug GL without the extra FBO in your way, you can use this.
* Note that we only enable a faux-backbuffer when the window size is not equal
* to the backbuffer size!
Expand All @@ -33,7 +33,7 @@
#endregion

#region DISABLE_THREADING Option
// #define DISABLE_THREADING
#define DISABLE_THREADING
/* Perhaps you read the above option and thought to yourself:
* "Wow, only an idiot would need threads for their graphics code!"
*
Expand Down

0 comments on commit 5aef25f

Please sign in to comment.