class Engine::Shader

Direct Known Subclasses

Defined in:

engine/shaders.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(data : Int32) #

[View source]

Instance Method Detail

def activate #

[View source]
def to_unsafe #

[View source]

Macro Detail

macro attribute(name, typ, id) #

[View source]
macro uniform(name, typ, id) #

[View source]
macro uniform_array(name, count, typ, id) #

[View source]