diff OrthancStone/Sources/Scene2D/Internals/OpenGLFloatTextureProgram.h @ 1576:92fca2b3ba3d

sanitizing the handling of canvas size
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 24 Sep 2020 16:40:30 +0200
parents 85e117739eca
children 4fb8fdf03314
line wrap: on
line diff
--- a/OrthancStone/Sources/Scene2D/Internals/OpenGLFloatTextureProgram.h	Wed Sep 23 17:25:25 2020 +0200
+++ b/OrthancStone/Sources/Scene2D/Internals/OpenGLFloatTextureProgram.h	Thu Sep 24 16:40:30 2020 +0200
@@ -66,6 +66,8 @@
 
       void Apply(Data& data,
                  const AffineTransform2D& transform,
+                 unsigned int canvasWidth,
+                 unsigned int canvasHeight,
                  float windowCenter,
                  float windowWidth,
                  bool  invert);