package me.eater.threedom.gl.exception data class ShaderCompilationException(val infoLog: String) : RuntimeException("Shader failed compiling: $infoLog")