class Shader

Defined in:

crab/common/frontend/shaders/shader.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(vertex_shader_path : String | Path, fragment_shader_path : String | Path) #

[View source]

Instance Method Detail

def use : Nil #

[View source]

Macro Detail

macro method_missing(call) #

[View source]