g3n / engine

Go 3D Game Engine (http://g3n.rocks)
https://discord.gg/NfaeVr8zDg
BSD 2-Clause "Simplified" License
2.74k stars 292 forks source link

Fix #301, race detector will failed with g3n #302

Closed zyxkad closed 8 months ago

zyxkad commented 8 months ago

Now we convert uint32 into C.GLsizeiptr first, then convert GLsizeiptr into *void inside C function, so the race detector will not failed anymore.

danaugrs commented 8 months ago

Thanks for the fixes!!