Sunshine/sunshine/platform/linux/vaapi.h
2021-06-05 12:25:19 +02:00

8 lines
214 B
C++

#ifndef SUNSHINE_DISPLAY_H
#define SUNSHINE_DISPLAY_H
#include "sunshine/platform/common.h"
namespace platf::egl {
std::shared_ptr<hwdevice_t> make_hwdevice(int width, int height);
} // namespace platf::egl
#endif