dlsl v0.1.1 (2017-01-01T09:58:18Z)
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)
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
vkPerspective
Construct an optionally non-symmetric perspective matrix