Closed MaxDaten closed 10 years ago
It seems I forgot to add these instances when initially defining the RenderbufferObject.
Fixed in fc19160dbbb05086d5f6010e5e879ef9c6b499f9, I'm currently reviewing all data types and found a few more missing instances. Perhaps more changes will come...
Is there any conceptional reason that
Graphics.Rendering.OpenGL.GL.FramebufferObjects.RenderbufferObject
isn't an instance ofEq
,Ord
andShow
? Other OpenGL ID wrappers deriving these instances?A pull request is coming soon ;)