CompilationInfoCallback


fun interface CompilationInfoCallback


Summary

Public functions

Unit
onCompilationInfo(status: Int, compilationInfo: GPUCompilationInfo)

A callback function invoked with the compilation results for a shader module.

Public functions

onCompilationInfo

Added in 1.0.0-alpha02
fun onCompilationInfo(status: Int, compilationInfo: GPUCompilationInfo): Unit

A callback function invoked with the compilation results for a shader module.

Parameters
status: Int

The status of the compilation info request.

compilationInfo: GPUCompilationInfo

Information about the shader module's compilation process.