dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
glOrthographic
dlsl
projection
Construct an orthographic matrix ( 4x4 and floating - point matrices only ).
nothrow @
nogc
mat4
glOrthographic
(
float
left
,
float
right
,
float
bottom
,
float
top
,
float
near
= -1.0
,
float
far
= 1.0
)
Meta
Source
See Implementation
dlsl
projection
functions
glInverseOrthographic
glInversePerspective
glOrthographic
glPerspective
vkOrthographic
vkPerspective
Construct an orthographic matrix ( 4x4 and floating - point matrices only ).