class Glove::Texture

Defined in:

texture.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(texture_id : UInt32, width : Int32, height : Int32) #

[View source]

Class Method Detail

def self.from(filename : String) #

[View source]

Instance Method Detail

def height : Int32 #

[View source]
def texture_id : UInt32 #

[View source]
def width : Int32 #

[View source]