mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 07:15:32 +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
|
class OpenXRSwapchain
|
||||||
{
|
{
|
||||||
public:
|
|
||||||
struct Config
|
|
||||||
{
|
|
||||||
int width = -1;
|
|
||||||
int height = -1;
|
|
||||||
int samples = -1;
|
|
||||||
};
|
|
||||||
|
|
||||||
public:
|
public:
|
||||||
OpenXRSwapchain(osg::ref_ptr<osg::State> state, SwapchainConfig config);
|
OpenXRSwapchain(osg::ref_ptr<osg::State> state, SwapchainConfig config);
|
||||||
~OpenXRSwapchain();
|
~OpenXRSwapchain();
|
||||||
|
|
Loading…
Reference in a new issue