Create an empty mat4

Doing this on an ATI card results in the error below:
mat4 mat = 0.0;

What is the correct procedure for creating an empty mat4? I think there was initially a problem that required me to set it to 0.0.

mat4 mat = mat4(0.0);

Thanks.

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.