WebGL-Inspector
WebGL-Inspector copied to clipboard
Support arrays in uniform viewer
Currently Program.js only captures the first element of uniform arrays. ex, uniform float4x4 matrices[10];
- will show as matrices[0] in all displays (should show as matrices[SIZE])
- in draw info, all but the first element index will be undefined
- possible replay issues caused by naming
can be seen on http://tubagames-barfight.net/wardrobe.php