Skip to content

Commit

Permalink
Merge pull request #33 from membraneframework-labs/wgpu-fixup
Browse files Browse the repository at this point in the history
A fixup addressing project structure changes.
  • Loading branch information
jerzywilczek authored Sep 15, 2022
2 parents 4874479 + b7349fc commit fca9be3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
defmodule Membrane.VideoCompositor.Wgpu.Native do
defmodule Membrane.VideoCompositor.Implementations.Wgpu.Native do
@moduledoc false
use Rustler,
otp_app: :membrane_video_compositor_plugin,
crate: "membrane_videocompositor_wgpu"

alias Membrane.VideoCompositor.OpenGL.Native.Rust.RawVideo
alias Membrane.VideoCompositor.Implementations.OpenGL.Native.Rust.RawVideo

@spec init(RawVideo.t(), RawVideo.t(), RawVideo.t()) :: {:ok, any()} | {:error, any}
def init(_first_video, _second_video, _out_video), do: error()
Expand Down
1 change: 1 addition & 0 deletions lib/membrane/video_compositor/implementation/wgpu/wgpu.ex
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@

0 comments on commit fca9be3

Please sign in to comment.