gpu_performance_api
gpu_performance_api copied to clipboard
Correcting size parameter to memset
trafficstars
In two samples, the buffer had only one quarter of its size memset to zero due to erroneous divisions by sizeof(int). It probably didn't cause any problem at all, it was just temporarily confusing for the reader!