This commit is contained in:
Branimir Karadžić 2016-09-23 15:03:14 -07:00
parent 6ebdf2e0c0
commit 2ede6852fb

View File

@ -2017,6 +2017,8 @@ namespace bgfx { namespace mtl
case MTLDataTypeFloat4x4:
return UniformType::Mat4;
default:
break;
};
BX_CHECK(false, "Unrecognized Mtl Data type 0x%04x.", _type);