摘要:
Android device debug by Charge Only mode Method 1 Connect devices to computer and execute Find current device's info: is VendorID and is ProductID The 阅读全文
摘要:
Linux 工程向 Windows 平台迁移的一些小小 tips VS2013 C++11 Visual Studio 2013 没有做到对 C++11 所有的支持,其中存在的一个特性就是 In class member initializer 例如我们的代码在某个类的构造函数中使用初始化列表,并用 阅读全文
摘要:
I found something in the Specification of OpenGL Version 4.6 (Core Profile): The output of Vertex Shader: If the output variables are passed directly 阅读全文
摘要:
手上的 vivo x9 手机传感器模式下的旋转效果有误,经查发现是 Gravity sensor 返回的数据有误,和其他机型返回的数据相反的。 参考 Gravity 的说明: A three dimensional vector indicating the direction and magnit 阅读全文