import Metal

public protocol Renderable {
    func render(encoder: MTLRenderCommandEncoder?)
}
