class WaylandClient::Buffer::Pool(T)

Included Modules

Defined in:

buffer/pool.cr

Constant Summary

POOL_SIZE = 2

Constructors

Instance Method Summary

Constructor Detail

def self.new(width = 0, height = 0) #

[View source]

Instance Method Detail

def available? #

[View source]
def checkin(buffer) #

[View source]
def checkout(registry : WaylandClient::Registry) #

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

[View source]
def resize!(width, height, surface, &) #

[View source]
def size : Tuple(Int32, Int32) #

[View source]