]> granicus.if.org Git - graphviz/commit
smyrna: abbreviate some 'GLfloat' literals
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 4 May 2022 15:49:33 +0000 (08:49 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Wed, 11 May 2022 00:02:19 +0000 (17:02 -0700)
commit5dcb0ba84f054d4857ed51fa30e724ddddaf3934
tree6e455183c4ace38f5c98694549482319513e1df0
parent9d93a32107bcaa65c01c5fe989679224951c14db
smyrna: abbreviate some '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
cmd/smyrna/gui/glcompui.c