Branimir Karadžić 9 лет назад
Родитель
Сommit
bea4569a3c
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      include/bgfx/c99/bgfx.h

+ 2 - 1
include/bgfx/c99/bgfx.h

@@ -278,7 +278,8 @@ typedef struct bgfx_hmd_eye
     float rotation[4];
     float translation[3];
     float fov[4];
-    float adjust[3];
+    float viewOffset[3];
+    float projection[16];
     float pixelsPerTanAngle[2];
 
 } bgfx_hmd_eye_t;