struct RayLib::Shader

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt32, locs : StaticArray(Int32, 32)) #

[View source]
def self.new(pull : JSON::PullParser) #

def self.new(unwrap : Pointer(Binding::Shader)) #

[View source]
def self.new(unwrap : Binding::Shader) #

[View source]

Instance Method Detail

def id : LibC::UInt #

[View source]
def id=(id : LibC::UInt) #

[View source]
def locs : StaticArray(LibC::Int, 32) #

[View source]
def locs=(locs : StaticArray(LibC::Int, 32)) #

[View source]
def to_unsafe #

[View source]