interface IComputeShader {
    compilete: boolean;
    name: string;
}

实现于

属性

compilete: boolean
name: string