arcade.gl.exceptions 源代码

from __future__ import annotations


[文档] class ShaderException(Exception): """ Exception class for shader-specific problems. """ pass