KWin
Loading...
Searching...
No Matches
shmgraphicsbufferallocator.h
Go to the documentation of this file.
1/*
2 SPDX-FileCopyrightText: 2023 Vlad Zahorodnii <vlad.zahorodnii@kde.org>
3
4 SPDX-License-Identifier: GPL-2.0-or-later
5*/
6
7#pragma once
8
10
11namespace KWin
12{
13
15{
16public:
17 GraphicsBuffer *allocate(const GraphicsBufferOptions &options) override;
18};
19
20} // namespace KWin
Options * options
Definition main.cpp:73