Cleanup.
This commit is contained in:
parent
6ebdf2e0c0
commit
2ede6852fb
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user