light/modules/renderer/private/gl/shared_context.hpp

13 lines
139 B
C++
Raw Normal View History

2025-07-05 13:28:41 +03:30
#pragma once
#include <renderer/shared_context.hpp>
2025-07-05 13:28:41 +03:30
2025-07-11 00:05:48 +03:30
namespace lt {
2025-07-05 13:28:41 +03:30
class glSharedContext: public SharedContext
{
};
2025-07-11 00:05:48 +03:30
} // namespace lt