Sunshine/sunshine/platform/linux/vaapi.h

10 lines
218 B
C
Raw Normal View History

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