mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user