dlsl ~master (2022-04-13T07:10:34.3128445)
Dub
Repo
glPerspective
dlsl
projection
Construct an optionally non-symmetric perspective matrix
mat4
glPerspective
(float fovy, float aspect, float near, float far)
mat4
glPerspective
(float left, float right, float bottom, float top, float near, float far)
nothrow @
nogc
mat4
glPerspective
(
float
left
,
float
right
,
float
bottom
,
float
top
,
float
near
,
float
far
)
Meta
Source
See Implementation
dlsl
projection
functions
glInverseOrthographic
glInversePerspective
glOrthographic
glPerspective
vkOrthographic
vkPerspective
Construct an optionally non-symmetric perspective matrix