单元测试 OpenGL ES 2.0 接口
我正在实现一个 OpenGL ES 2.0 接口/模拟器,它允许通过 95% 的标准接口访问图形系统。现在,为了检查错误或其他问题,我希望进行单元测试,至少在某种程度上确保它按预期工作。是否有任何可用/已知的单元测试?
I'm implementing a OpenGL ES 2.0 interface/emulator, which allows access to a graphics system through 95% of the standard interface. Now, to check for bugs or other problems I'd like to have unit tests, which secure at least to some degree, that it is working like expected. Are there any unit tests available/known?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可能对 OpenGL 一致性测试感兴趣。
You might be interested in OpenGL Conformance Testing.