Skeleton of grabbing image with kms

This commit is contained in:
Loki
2021-08-05 21:24:52 +02:00
parent 793e329fa5
commit ac5f439839
8 changed files with 1286 additions and 791 deletions

View File

@@ -2,7 +2,7 @@
#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
namespace va {
std::shared_ptr<platf::hwdevice_t> make_hwdevice(int width, int height);
} // namespace va
#endif