class Engine::VertexList

Defined in:

engine/shaders.cr

Constructors

Instance Method Summary

Macro Summary

Constructor Detail

def self.new(typ : Engine::VertexListPrimitive, start_count = 128) #

[View source]

Instance Method Detail

def draw(*, limit_size : Int32 | Nil = nil, was_updated : Bool = False) #

[View source]
def finalize #

[View source]
def free #

[View source]
def to_unsafe : LibEngine::VertexList #

[View source]

Macro Detail

macro vertex(args) #

[View source]