13 ::ll::TypedStorage<8, 48, ::HashedString> mId;
14 ::ll::TypedStorage<4, 16, ::glm::qua<float>> mOrientation;
15 ::ll::TypedStorage<4, 12, ::glm::vec3> mPosition;
16 ::ll::TypedStorage<4, 4, float> mAspectRatio;
17 ::ll::TypedStorage<4, 4, float> mFieldOfView;
18 ::ll::TypedStorage<4, 4, float> mNearPlane;
19 ::ll::TypedStorage<4, 4, float> mFarPlane;
20 ::ll::TypedStorage<4, 64, ::Matrix> mPostViewTransform;
21 ::ll::TypedStorage<4, 64, ::Matrix> mSavedProjection;
22 ::ll::TypedStorage<4, 64, ::Matrix> mSavedModelView;