Sunshine/sunshine/platform/linux/vaapi.h

8 lines
214 B
C
Raw Normal View History

#ifndef SUNSHINE_DISPLAY_H
#define SUNSHINE_DISPLAY_H
#include "sunshine/platform/common.h"
namespace platf::egl {
2021-06-05 10:25:19 +00:00
std::shared_ptr<hwdevice_t> make_hwdevice(int width, int height);
} // namespace platf::egl
#endif