Krita Source Code Documentation
Loading...
Searching...
No Matches
ShaderLoaderException Class Reference

#include <kis_opengl_shader_loader.h>

+ Inheritance diagram for ShaderLoaderException:

Public Member Functions

 ShaderLoaderException (QString error)
 

Detailed Description

A wrapper class over C++ Runtime Error, specifically to record failures in shader compilation. Only thrown in KisOpenGLShaderLoader.

Definition at line 60 of file kis_opengl_shader_loader.h.

Constructor & Destructor Documentation

◆ ShaderLoaderException()

ShaderLoaderException::ShaderLoaderException ( QString error)
inline

Definition at line 62 of file kis_opengl_shader_loader.h.

62: std::runtime_error(error.toStdString()) { }

The documentation for this class was generated from the following file: