From eff7efc362e2538194c21ea3c8e913ce21e204df Mon Sep 17 00:00:00 2001 From: Eugene Dakin Date: Sun, 28 Aug 2022 13:25:35 -0600 Subject: [PATCH] Update glClearColor.xhtml Spaces are missing in the section marked C Specification where colours (GLclampfred ) is missing. Currently the colours are as (GLclampfred). My proposal is to change the table settings. I hope this helps and works? --- gl3/glClearColor.xhtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gl3/glClearColor.xhtml b/gl3/glClearColor.xhtml index 93094648..ccdbbf3b 100644 --- a/gl3/glClearColor.xhtml +++ b/gl3/glClearColor.xhtml @@ -1,4 +1,4 @@ -

Name

glClearColor — specify clear values for the color buffers

C Specification

void glClearColor(GLclampf  red,
 GLclampf  green,
 GLclampf  blue,
 GLclampf  alpha);

Parameters

red, green, blue, alpha

+

Name

glClearColor — specify clear values for the color buffers

C Specification

void glClearColor(GLclampf  red,
 GLclampf  green,
 GLclampf  blue,
 GLclampf  alpha);

Parameters

red, green, blue, alpha

Specify the red, green, blue, and alpha values used when the color buffers are cleared. The initial values are all 0.