mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Implementation of source frame buffer; rendering of source and scene
integration
This commit is contained in:
@@ -96,10 +96,10 @@ void ImGuiVisitor::visit(FrameBufferSurface &n)
|
||||
|
||||
void ImGuiVisitor::visit(MediaSurface &n)
|
||||
{
|
||||
ImGui::Text("%s", n.getUri().c_str());
|
||||
ImGui::Text("%s", n.uri().c_str());
|
||||
|
||||
if (n.getMediaPlayer())
|
||||
n.getMediaPlayer()->accept(*this);
|
||||
if (n.mediaPlayer())
|
||||
n.mediaPlayer()->accept(*this);
|
||||
}
|
||||
|
||||
void ImGuiVisitor::visit(MediaPlayer &n)
|
||||
|
||||
Reference in New Issue
Block a user