Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion include/platform/mir/graphics/linux_dmabuf.h
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ class DMABufEGLProvider : public std::enable_shared_from_this<DMABufEGLProvider>
void validate_import(DMABufBuffer const& dma_buf);

auto as_texture(
std::shared_ptr<NativeBufferBase> buffer)
std::shared_ptr<Buffer> buffer)
-> std::shared_ptr<gl::Texture>;

auto supported_formats() const -> DmaBufFormatDescriptors const&;
Expand Down
Loading
Loading