Skip to content

r53

@jfeldste jfeldste tagged this 19 Nov 20:53
The result for attributes.size.value[i] can be negative which in turn makes gl_PointSize negative. As an example if Math.sin(...) returns -1 then you'll get -6 as a result. The specification specifically states:"If the value written to gl_PointSize
is less than or equal to zero, results are undefined". In fact it is causing such a problem on our platform.
 
Assets 2
Loading