GPUOpen-LibrariesAndSDKs / RadeonRays_SDK

Radeon Rays is ray intersection acceleration library for hardware and software multiplatforms using CPU and GPU
MIT License
1.07k stars 192 forks source link

Fix typedefs for C #221

Closed ghost closed 3 years ago

ghost commented 3 years ago

In C, the struct keyword must be specified anyway, even though that the structs were declared earlier already.