// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.

///|
#external
pub type VideoTexture

///|
#module("@mizchi/three-mbt/constructors")
pub extern "js" fn VideoTexture::VideoTexture(video : Video) -> VideoTexture = "videoTexture"

///|
pub fn VideoTexture::as_texture(self : VideoTexture) -> Texture = "%identity"

///|
pub extern "js" fn VideoTexture::update(self : VideoTexture) -> Unit =
  #| (self) => self.update()