Skip to content

Fix broken static_assert in OpenGLWrapper, now we can be 100% sure that...

Janek Kozicki requested to merge fixStaticAssert into master

Fix broken static_assert in OpenGLWrapper, now we can be 100% sure that primary templates are never called. This is going to be very useful for high precision calculations. To make sure that no wrong conversions are invoked for Real different than double.

Merge request reports