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:
parent
e3c460ae35
commit
d405bcc910
1 changed files with 0 additions and 8 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue