Searched refs:mat4x4_perspective (Results 1 – 2 of 2) sorted by relevance
370 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, in mat4x4_perspective() function
2711 mat4x4_perspective(demo->projection_matrix, (float)degreesToRadians(45.0f), in demo_init()