// Generated by scripts/generate.mjs from bindings/api.mjs. Do not edit.
///|
#external
pub type DepthTexture
///|
#module("@mizchi/three-mbt/constructors")
pub extern "js" fn DepthTexture::DepthTexture(
width : Int,
height : Int,
) -> DepthTexture = "depthTexture"
///|
pub fn DepthTexture::as_texture(self : DepthTexture) -> Texture = "%identity"