This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
JUCE
mirror of
https://github.com/DISTRHO/JUCE
Watch
1
Star
0
Fork
0
Code
Releases
1
Activity
Browse Source
openGL renderer fix.
tags/2021-05-28
jules
13 years ago
parent
164ab05bac
commit
5f99835313
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp
+ 1
- 0
modules/juce_opengl/opengl/juce_OpenGLGraphicsContext.cpp
View File
@@ -1787,6 +1787,7 @@ private:
else
{
jassert (fill.isTiledImage());
state.shaderQuadQueue.flush();
image = new OpenGLTextureFromImage (fill.image);
state.setShaderForTiledImageFill (*image, fill.transform, 0, nullptr, clampTiledImages);
}
Write
Preview
Loading…
Cancel
Save