mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
BugFix FrameBuffer alpha (disabled for SessionSource and RenderSource)
and bugfix RenderPreview UV coordinates.
This commit is contained in:
@@ -70,7 +70,7 @@ void MediaSource::init()
|
||||
|
||||
// create Frame buffer matching size of media player
|
||||
float height = float(mediaplayer()->width()) / mediaplayer()->aspectRatio();
|
||||
renderbuffer_ = new FrameBuffer(mediaplayer()->width(), (uint)height);
|
||||
renderbuffer_ = new FrameBuffer(mediaplayer()->width(), (uint)height, true);
|
||||
|
||||
// create the surfaces to draw the frame buffer in the views
|
||||
// TODO Provide the source custom effect shader
|
||||
|
||||
Reference in New Issue
Block a user