Interface IUniformTexture

interface IUniformTexture {
    value: Texture;
}

Properties

Properties

value: Texture