gpu_performance_api icon indicating copy to clipboard operation
gpu_performance_api copied to clipboard

Correcting size parameter to memset

Open AdamJMiles opened this issue 4 years ago • 0 comments
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!

AdamJMiles avatar Oct 06 '21 17:10 AdamJMiles