我如何读取从WebGL或Unity 3d转换的openGL代码
众所周知,WebGL 和 Unity3D 会转换为 OpenGL,而 OpenGL 又可以被 GPU 读取。
我的问题是,
是否有任何工具或程序可以读取此 OpenGL 代码。
As it is known that WebGL and Unity3D are converted to OpenGL which in return can be read by GPU..
My question is this,
Is there any tool or program that can read this OpenGL code.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要在渲染 WebGL 或 Unity3D 内容时查看对 OpenGL 的调用,请参阅 调试 OpenGL 的最佳方法是什么?
To see the calls made to OpenGL, while rendering WebGL or Unity3D content, see What is the best way to debug OpenGL?