dlsl ~master (2017-12-21T19:48:41Z)
Dub
Repo
glInverseOrthographic
dlsl
projection
Returns an inverse orographic matrix ( 4x4 and floating - point matrices only ).
nothrow @
nogc
mat4
glInverseOrthographic
(
float
left
,
float
right
,
float
bottom
,
float
top
,
float
near
,
float
far
)
Meta
Source
See Implementation
dlsl
projection
functions
glInverseOrthographic
glInversePerspective
glOrthographic
glPerspective
vkPerspective
Returns an inverse orographic matrix ( 4x4 and floating - point matrices only ).