struct RayLib::Texture2D

Included Modules

Defined in:

raylib/structs.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(id : UInt32, width : Int32, height : Int32, mipmaps : Int32, format : Int32) #

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

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

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

[View source]

Instance Method Detail

def format : Int32 #

[View source]
def format=(format : Int32) #

[View source]
def height : Int32 #

[View source]
def height=(height : Int32) #

[View source]
def id : LibC::UInt #

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

[View source]
def mipmaps : Int32 #

[View source]
def mipmaps=(mipmaps : Int32) #

[View source]
def to_unsafe #

[View source]
def width : Int32 #

[View source]
def width=(width : Int32) #

[View source]