Interface IWGSLTexture

interface IWGSLTexture {
    key: string;
    sampler?: any;
    source: string | MediaStream;
    type: WGSLTextureType;
}

Properties

Properties

key: string
sampler?: any
source: string | MediaStream