struct Boleite::VertexAttribute

Defined in:

boleite/graphics/vertex_buffer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(buffer : Int32, size : Int32, type : Symbol, stride : UInt32, offset : UInt32, frequency : UInt32) #

[View source]
def self.new(buffer : Int32, size : Int32, type : Boleite::VertexAttribute::Type, stride : UInt32, offset : UInt32, frequency : UInt32) #

[View source]
def self.new #

[View source]

Instance Method Detail

def buffer : Int32 #

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

[View source]
def frequency : UInt32 #

[View source]
def frequency=(frequency : UInt32) #

[View source]
def offset : UInt32 #

[View source]
def offset=(offset : UInt32) #

[View source]
def size : Int32 #

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

[View source]
def stride : UInt32 #

[View source]
def stride=(stride : UInt32) #

[View source]

[View source]
def type=(type : Boleite::VertexAttribute::Type) #

[View source]
def type_size : UInt32 #

[View source]