Interface

Clutter-18ClutterShaderEffectConstructorProps

interface ConstructorProps {
    actor: Clutter.Actor;
    enabled: boolean;
    name: string;
    shader_type: Cogl.ShaderType;
    shaderType: Cogl.ShaderType;
}

Hierarchy (View Summary)

Index

Properties

Properties - Inherited from Clutter.OffscreenEffect.ConstructorProps

Properties

shader_type: Cogl.ShaderType
shaderType: Cogl.ShaderType

Properties - Inherited from Clutter.OffscreenEffect.ConstructorProps

actor: Clutter.Actor
enabled: boolean
name: string