method GPUShaderModule.prototype.getCompilationInfo
#GPUShaderModule.prototype.getCompilationInfo(): Promise<GPUCompilationInfo>
Returns compilation messages for this shader module, which can include errors, warnings and info messages.
Return Type #
Promise<GPUCompilationInfo>