0

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.

genpfault
  • 51,148
  • 11
  • 85
  • 139
Abdulkareem
  • 119
  • 3
  • 9
  • 1
    As main OpenGL IS NOT read by GPU, but it's library that performs operations on GPU. WebGL is almost same, but it's wrapper for javascript. – kravemir Jul 22 '11 at 20:45

1 Answers1

0

To see the calls made to OpenGL, while rendering WebGL or Unity3D content, see What is the best way to debug OpenGL?

Community
  • 1
  • 1
LarsH
  • 27,481
  • 8
  • 94
  • 152