glOrthographic

Construct an orthographic matrix ( 4x4 and floating - point matrices only ).

nothrow @nogc
glOrthographic
(
float left
,
float right
,
float bottom
,
float top
,
float near = -1.0
,
float far = 1.0
)

Meta