RadeonRays_SDK icon indicating copy to clipboard operation
RadeonRays_SDK copied to clipboard

16-bit indices are exposed in the API but left unimplemented, causing TDRs on client software

Open NoahMercury opened this issue 4 years ago • 0 comments
trafficstars

TriangleMeshBuildInfo::index_type exists, but is ignored throughout the code base, and 32-bit indices are assumed instead. 16-bit indices are thus misinterpreted, causing out-of-bounds reads and TDR-ing unsuspecting client software.

NoahMercury avatar Nov 16 '21 14:11 NoahMercury