mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 13:18:31 +09:00
[Fix, Feat, Test] (MG_Util, MG_Backend, MG_Impl, MG_State): correct the log severity ordering and unwind the diagnostics it silenced
This commit is contained in:
@@ -95,7 +95,7 @@ namespace MobileGL {
|
||||
if (member.array.dims_count > 1) {
|
||||
// Arrays of arrays of structs cannot be declared in the GL 3.3-era GLSL
|
||||
// MobileGL ingests; record the base so at least element 0 resolves.
|
||||
MGLOG_W("FlattenGlobalUboMember: multi-dimensional struct array '%s' is not supported, "
|
||||
MGLOG_W_ONCE("FlattenGlobalUboMember: multi-dimensional struct array '%s' is not supported, "
|
||||
"flattening element 0 only",
|
||||
name.c_str());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user