mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Chore] (MG_Test/Program/CMakeLists.txt): tests compile on windows
This commit is contained in:
@@ -15,7 +15,7 @@ namespace MobileGL {
|
||||
|
||||
template <TUniformType T>
|
||||
struct TUniform {
|
||||
static_assert(false, "TUniform<T> does not accept this enum");
|
||||
// static_assert(false, "TUniform<T> does not accept this enum");
|
||||
};
|
||||
|
||||
template <>
|
||||
|
||||
Reference in New Issue
Block a user