Kaydet (Commit) 6ff6d0b0 authored tarafından Louis-Francis Ratté-Boulianne's avatar Louis-Francis Ratté-Boulianne Kaydeden (comit) Markus Mohrhard

vcl: Use glScissor for rectangular clip regions

Change-Id: I62bf28d854d889242a49146cfe87c3dd6be89c32
üst 0127e37a
...@@ -135,7 +135,7 @@ bool OpenGLSalGraphicsImpl::setClipRegion( const vcl::Region& rClip ) ...@@ -135,7 +135,7 @@ bool OpenGLSalGraphicsImpl::setClipRegion( const vcl::Region& rClip )
return true; return true;
} }
if( false ) //rClip.IsRectangle() ) if( rClip.IsRectangle() )
{ {
Rectangle aRect( rClip.GetBoundRect() ); Rectangle aRect( rClip.GetBoundRect() );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment