Skip to content

Commit

Permalink
ci: compatibility fixes for syphon
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Feb 6, 2025
1 parent bfdc3a3 commit 7e7f4ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions src/plugins/score-plugin-gfx/Gfx/Syphon/SyphonInput.mm
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,7 @@ void openServer(QRhi& rhi)
}

score::gfx::TextureRenderTarget renderTargetForInput(const score::gfx::Port& p) override { return { }; }
void init(score::gfx::RenderList &renderer,
QRhiResourceUpdateBatch &res,
score::gfx::Edge *edge) override
void init(score::gfx::RenderList &renderer, QRhiResourceUpdateBatch &res) override
{
// Initialize our rendering structures
auto& rhi = *renderer.state.rhi;
Expand Down

0 comments on commit 7e7f4ba

Please sign in to comment.