@babylonjs/core
Version:
Getting started? Play directly with the Babylon.js API using our [playground](https://playground.babylonjs.com/). It also contains a lot of samples to learn how to use it.
10 lines (9 loc) • 340 B
TypeScript
import { ExternalTexture } from "../../Materials/Textures/externalTexture.js";
/**
* Nothing specific to WebGPU in this class, but the spec is not final yet so let's remove it later on
* if it is not needed
* @internal
**/
export declare class WebGPUExternalTexture extends ExternalTexture {
constructor(video: HTMLVideoElement);
}