Source position: vulkanutils.pas line 270
const vkuMatrixIdentity: TvkuMatrix4f = ((1, 0, 0, 0), (0, 1, 0, 0), (0, 0, 1, 0), (0, 0, 0, 1));