class OpenGL::ShaderCompilationException

Defined in:

opengl/shader.cr

Constructors

Instance Method Summary

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]