opengl.renderer: Rid unneeded extra checks for GL errors.

This commit is contained in:
Rod Kay
2025-03-26 16:51:52 +11:00
parent 87d9031e1d
commit e36c665501
2 changed files with 0 additions and 10 deletions

View File

@@ -34,7 +34,6 @@ is
use GL.Binding;
check_is_OK : constant Boolean := openGL.Tasks.Check with Unreferenced;
begin
Errors.log;
glClearColor (GLfloat (to_Primary (Self.Background.Primary.Red)),
GLfloat (to_Primary (Self.Background.Primary.Green)),
GLfloat (to_Primary (Self.Background.Primary.Blue)),
@@ -50,7 +49,6 @@ is
glEnable (GL_CULL_FACE);
Errors.log;
end clear_Frame;