Skip to content

Commit

Permalink
MythOpenGLTonemap: Additional OpenGL defines
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-kendall committed Apr 3, 2020
1 parent 9a973f5 commit 50c2d63
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mythtv/libs/libmythtv/opengl/mythopengltonemap.cpp
Expand Up @@ -14,6 +14,12 @@
#ifndef GL_SHADER_IMAGE_ACCESS_BARRIER_BIT
#define GL_SHADER_IMAGE_ACCESS_BARRIER_BIT 0x00000020
#endif
#ifndef GL_STREAM_COPY
#define GL_STREAM_COPY 0x88E2
#endif
#ifndef GL_WRITE_ONLY
#define GL_WRITE_ONLY 0x88B9
#endif

MythOpenGLTonemap::MythOpenGLTonemap(MythRenderOpenGL *Render, VideoColourSpace *ColourSpace)
: QObject()
Expand Down

0 comments on commit 50c2d63

Please sign in to comment.