qxLib
Functions
draw_mode.h File Reference

Go to the source code of this file.

Functions

constexpr bool qx::is_triandles (draw_mode eDrawMode)
 Returns true if the specified draw mode draws triangles. More...
 

Detailed Description

Author
Khrapov
Date
9.04.2021

Definition in file draw_mode.h.

Function Documentation

◆ is_triandles()

constexpr bool qx::is_triandles ( draw_mode  eDrawMode)
constexpr

Returns true if the specified draw mode draws triangles.

Parameters
eDrawMode- draw mode to check
Return values
-true if the specified draw mode draws triangles

Definition at line 80 of file draw_mode.h.