Home
last modified time | relevance | path

Searched refs:mat4x4_perspective (Results 1 – 2 of 2) sorted by relevance

/external/vulkan-validation-layers/demos/
Dlinmath.h370 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, in mat4x4_perspective() function
Dcube.c2711 mat4x4_perspective(demo->projection_matrix, (float)degreesToRadians(45.0f), in demo_init()