WebGL-Inspector icon indicating copy to clipboard operation
WebGL-Inspector copied to clipboard

Support arrays in uniform viewer

Open benvanik opened this issue 15 years ago • 1 comments

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

benvanik avatar Jan 13 '11 08:01 benvanik

can be seen on http://tubagames-barfight.net/wardrobe.php

benvanik avatar Jan 13 '11 08:01 benvanik