Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/demos/
Dlinmath.h363 static inline void mat4x4_perspective(mat4x4 m, float y_fov, float aspect, in mat4x4_perspective() argument
367 float const a = (float)(1.f / tan(y_fov / 2.f)); in mat4x4_perspective()