obs-StreamFX/source/gfx/gfx-opengl.hpp

21 lines
438 B
C++
Raw Normal View History

// AUTOGENERATED COPYRIGHT HEADER START
// Copyright (C) 2020-2023 Michael Fabian 'Xaymar' Dirks <info@xaymar.com>
// AUTOGENERATED COPYRIGHT HEADER END
2021-11-09 10:33:07 +00:00
#include "warning-disable.hpp"
2021-11-09 10:33:07 +00:00
#include <memory>
#include "warning-enable.hpp"
2021-11-09 10:33:07 +00:00
namespace streamfx::gfx {
class opengl {
public /* Singleton */:
static std::shared_ptr<streamfx::gfx::opengl> get();
private:
opengl();
public:
~opengl();
};
} // namespace streamfx::gfx