CompilationInfoCallback


fun interface CompilationInfoCallback


Summary

Public functions

Unit
onCompilationInfo(status: Int, compilationInfo: CompilationInfo)

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

Public functions

onCompilationInfo

Added in 1.0.0-alpha01
fun onCompilationInfo(status: Int, compilationInfo: CompilationInfo): Unit

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

Parameters
status: Int

The status of the compilation info request.

compilationInfo: CompilationInfo

Information about the shader module's compilation process.