class WaylandClient::Buffer::Memory(T)

Included Modules

Defined in:

buffer/memory.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def close #

[View source]
def map!(xrange, yrange, &) #

[View source]
def map!(&) #

[View source]
def pool #

[View source]
def registry #

[View source]
def resize(x, y) #

[View source]
def to_slice #

[View source]
def to_unsafe #

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

[View source]
def x_size #

[View source]
def y_size #

[View source]