comparison Framework/Scene2D/OpenGLCompositor.cpp @ 600:6129b1e5ba42

BasicScene SDL sample
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 27 Apr 2019 12:38:25 +0200
parents a806abb497b8
children 7efa2543699d
comparison
equal deleted inserted replaced
599:6da17230c7a3 600:6129b1e5ba42
117 } 117 }
118 } 118 }
119 119
120 120
121 OpenGLCompositor::OpenGLCompositor(OpenGL::IOpenGLContext& context, 121 OpenGLCompositor::OpenGLCompositor(OpenGL::IOpenGLContext& context,
122 Scene2D& scene) : 122 const Scene2D& scene) :
123 context_(context), 123 context_(context),
124 helper_(scene, *this), 124 helper_(scene, *this),
125 colorTextureProgram_(context), 125 colorTextureProgram_(context),
126 floatTextureProgram_(context), 126 floatTextureProgram_(context),
127 linesProgram_(context), 127 linesProgram_(context),