opengl.errors: Add a 'Debugging' function with separate bodies for debugging and not debugging.
This commit is contained in:
7
3-mid/opengl/source/opengl-errors-not_debugging.adb
Normal file
7
3-mid/opengl/source/opengl-errors-not_debugging.adb
Normal file
@@ -0,0 +1,7 @@
|
||||
separate (openGL.Errors)
|
||||
|
||||
function Debugging return Boolean
|
||||
is
|
||||
begin
|
||||
return False;
|
||||
end Debugging;
|
||||
Reference in New Issue
Block a user