remove ui namespace which is not really used, move CameraData in camera_modes.h to avoid the inclusion of canva.h

This commit is contained in:
2018-11-27 14:24:01 +01:00
parent f34ffa825d
commit 0c6b409606
57 changed files with 538 additions and 597 deletions

View File

@@ -115,7 +115,6 @@ template<typename T, int N> struct cbuffer
}
};
NS_START
template<typename T, int Max = 0>
class BlockingQueue
{
@@ -216,5 +215,3 @@ struct gl_state
glBindTexture(GL_TEXTURE_CUBE_MAP, cube);
}
};
NS_END