1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-01-16 05:19:55 +00:00

Obsolete struct

This commit is contained in:
Mads Buvik Sandvei 2020-06-25 22:55:31 +02:00
parent e3c460ae35
commit d405bcc910

View file

@ -12,14 +12,6 @@ namespace MWVR
class OpenXRSwapchain
{
public:
struct Config
{
int width = -1;
int height = -1;
int samples = -1;
};
public:
OpenXRSwapchain(osg::ref_ptr<osg::State> state, SwapchainConfig config);
~OpenXRSwapchain();