[glutils,nostalgia/core] Move GlslVersion from GlUtils to Nostalgia Core

This commit is contained in:
2023-12-04 00:40:25 -06:00
parent 7d9a1676e8
commit 140005799f
5 changed files with 12 additions and 13 deletions

View File

@ -16,8 +16,6 @@
namespace glutils {
constexpr ox::CStringView GlslVersion = "#version 330";
struct Empty {
virtual ~Empty() noexcept = default;
};