~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to src/server/compositor/temporary_buffers.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    BufferID id() const;
40
40
    void bind_to_texture();
41
41
    std::shared_ptr<BufferIPCPackage> get_ipc_package() const;
 
42
    std::shared_ptr<MirNativeBuffer> native_buffer_handle() const;
42
43
 
43
44
protected:
44
45
    explicit TemporaryBuffer(std::shared_ptr<Buffer> const& real_buffer);