getCompilationInfo method

JSPromise<GPUCompilationInfo> getCompilationInfo()

The getCompilationInfo() method of the GPUShaderModule interface returns a Promise that fulfills with a GPUCompilationInfo object containing messages generated during the GPUShaderModule's compilation.

Implementation

external JSPromise<GPUCompilationInfo> getCompilationInfo();