0.9.3dev
Search
Namespaces
Classes
Modules
Guides
Reference
View All Results »
Main Page
Reference
Guides
Cinder
Namespaces
cinder
android
app
fs
hardware
net
video
app
android
audio
android
cocoa
dsp
linux
msw
cairo
cocoa
dx
geom
gl
impl
ip
linux
ftutil
log
msw
params
qtime
signals
svg
winrt
glm
cinder
gl
GlslProgCompileExc
/
#include
“
cinder/gl/GlslProg.h
”
Public Member Functions
Protected Member Functions
Protected Attributes
Class Hierarchy:
cinder::Exception
cinder::gl::Exception
cinder::gl::GlslProgExc
cinder::gl::GlslProgCompileExc
Related Links:
OpenGL in Cinder
Show All
|
Hide All
Public Member Functions
GlslProgCompileExc
(const std::string &log, GLint shaderType)
GLint
getShaderType
() const
Returns the glsl shader type: GL_VERTEX_SHADER, GL_FRAGMENT_SHADER, ...
const char *
what
() const override
Protected Member Functions
void
setDescription
(const std::string &description)
Protected Attributes
GLint
mShaderType