class WaylandClient::Buffer::Memory(T)

Included Modules

Defined in:

buffer/memory.cr

Constructors

Instance Method Summary

Instance methods inherited from module WaylandClient::Buffer::Buffer

buffer buffer, fill(width_range, height_range, value)
fill(value)
fill
, height : Int32 height, map!(width_range, height_range, &)
map!(&)
map!
, width : Int32 width

Constructor Detail

def self.new(registry : WaylandClient::Registry, pool : Pool(Memory(T))) #

[View source]

Instance Method Detail

def close #

[View source]
def pool #

[View source]
def registry #

[View source]
def resize(width : Int32, height : Int32) #

[View source]
def to_slice #

[View source]
def to_unsafe #

[View source]
def wl_pool : WlPool(T) #

[View source]