Define the texture shaders visibility.

interface TextureVisibility {
    visibility?: MaterialShadersType[];
}

Hierarchy (View Summary)

Properties

Properties

visibility?: MaterialShadersType[]

The texture shaders visibility sent to the texture binding. Default to 'fragment'.