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