Open luithefirst opened 4 years ago
Module Unsafe
https://github.com/aardvark-platform/aardvark.rendering/blob/bb0a5f01a0753474733f2835e9f408063ce1a8c9/src/Aardvark.Rendering.GL/Instructions/OpenGL.fs#L829 only seems to be used during the initialization -> remove/replace call during init? remove module?
I received a Hilite log with the following error:
It was generated with Aardvark.Rendering 4.8.11. At the moment there is no need to change this old version, but as the current master still uses the same code and error handling the error reporting should be improved and at least include the function name. As
UnmanagedFunctions.wrap
only gets a function pointer, this needs to be handled earlier, maybe ingetProcAddress
, but I assume some functions are allowed to fail and maybe do not need to log an error. Please review for possible improvements.