]> granicus.if.org Git - graphviz/commit
glcomp: abbreviate 'GLfloat' literals
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 30 Apr 2022 02:07:44 +0000 (19:07 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Mon, 2 May 2022 00:43:10 +0000 (17:43 -0700)
commit6d3aedb68af3b1adf0a10d11894be0143dbc0686
tree2070b18d3f429368db6953e231590ff76512a004
parenteb4f737e91df3cc55945680c3685d3464365f145
glcomp: abbreviate 'GLfloat' literals

The `GLfloat` type is a 32-bit IEEE-754 floating point value¹ which is identical
to what the C `float` type provides on all supported platforms.

¹ https://www.khronos.org/opengl/wiki/OpenGL_Type
lib/glcomp/glcompset.c