RenderKit / embree

Embree ray tracing kernels repository.
Apache License 2.0
2.37k stars 389 forks source link

Fix build error in rtcore_common.isph #424

Closed jarrellmark closed 1 year ago

jarrellmark commented 1 year ago

Change uniform unsigned to uniform unsigned int

freibold commented 1 year ago

This is now fixed. https://github.com/embree/embree/commit/17bef2e44d2f8839a456ce3d3ce6d66fbc971bd4 Thanks for the PR!