Files
renderdoc/renderdoc/maths
baldurk ec6627af03 Use our own isinf/isnan over compiler provided ones that are unreliable
* Due to standards nonsense the availability of isinf/isnan in C++ is quite
  complex and varies a lot between compilers. Trying to access them reliably is
  quite brittle and they're easy to implement with bit-inspection of float
  patterns, so we do that instead.
2020-07-14 13:24:36 +01:00
..
2020-01-06 16:25:34 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-01-06 16:20:45 +00:00
2020-04-07 18:34:15 +01:00