interface gpuGPUShaderModule {
    getCompilationInfo(): Promise<gpuGPUCompilationInfo>;
}

Methods