diff OrthancStone/Sources/Viewport/WebGLViewport.h @ 1551:c54bc5bffd01

software rendering
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Aug 2020 22:05:13 +0200
parents 244ad1e4e76a
children 92fca2b3ba3d
line wrap: on
line diff
--- a/OrthancStone/Sources/Viewport/WebGLViewport.h	Thu Aug 13 21:00:55 2020 +0200
+++ b/OrthancStone/Sources/Viewport/WebGLViewport.h	Thu Aug 13 22:05:13 2020 +0200
@@ -31,7 +31,8 @@
   private:
     OpenGL::WebAssemblyOpenGLContext  context_;
     
-    WebGLViewport(const std::string& canvasId, bool enableEmscriptenMouseEvents);
+    WebGLViewport(const std::string& canvasId,
+                  bool enableEmscriptenMouseEvents);
 
   protected:
     virtual void Paint(ICompositor& compositor,
@@ -43,7 +44,8 @@
     }
 
   public:
-    static boost::shared_ptr<WebGLViewport> Create(const std::string& canvasId, bool enableEmscriptenMouseEvents = true);
+    static boost::shared_ptr<WebGLViewport> Create(const std::string& canvasId,
+                                                   bool enableEmscriptenMouseEvents = true);
 
     virtual ~WebGLViewport();