class Mittsu::DynamicBufferAttribute

Defined in:

mittsu/core/dynamic_buffer_attribute.cr

Constructors

Instance Method Summary

Instance methods inherited from class Mittsu::BufferAttribute

array : Array(Float64) array, array=(array : Array(Float64)) array=, clone clone, copy_at(index1, attribute, index2) copy_at, item_size : Int32 item_size, item_size=(item_size : Int32) item_size=, length length, needs_update : Bool needs_update, needs_update=(needs_update : Bool) needs_update=, set(value, offset) set, set_x(index, x) set_x, set_xy(index, x, y) set_xy, set_xyz(index, x, y, z) set_xyz, set_xyzw(index, x, y, z, w) set_xyzw, set_y(index, y) set_y, set_z(index, z) set_z

Constructor methods inherited from class Mittsu::BufferAttribute

new(array : Array(Float64), item_size : Int32) new

Constructor Detail

def self.new(array : Array(Float64), item_size) #

[View source]

Instance Method Detail

def clone #

[View source]
def update_range : UpdateRange #

[View source]
def update_range=(update_range : UpdateRange) #

[View source]