Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
opengl
master
OpenGL
Box2
Box3
Buffer
Color
Euler
ExtraMath
Frustum
Line3
Matrix3
Matrix4
OpenGLException
Plane
Program
ProgramLinkingException
ProgramUniformMethods
Quaternion
Ray
Shader
ShaderCompilationException
Sphere
Spline
Texture
ParamValueType
Triangle
Vector
Vector2
Vector3
Vector4
VertexArray
Opengl
Built with Crystal 1.9.2
2023-10-07 11:05:34 UTC
class
OpenGL::ShaderCompilationException
OpenGL::ShaderCompilationException
Exception
Reference
Object
Defined in:
opengl/shader.cr
Constructors
.new
(log : String, source : String | Nil, filename : String | Nil =
nil
)
Instance Method Summary
#filename
: String?
#log
: String
#source
: String?
Constructor Detail
def self.
new
(log : String, source : String | Nil, filename : String | Nil =
nil
)
#
[
View source
]
Instance Method Detail
def
filename
: String?
#
[
View source
]
def
log
: String
#
[
View source
]
def
source
: String?
#
[
View source
]