|
|
template<typename T, std::enable_if_t< std::is_same_v< T, bool >, int > = 0> |
| constexpr | Build (T value) noexcept |
|
template<typename T, std::enable_if_t<!std::is_same_v< T, bool > &&std::is_constructible_v< bool, T >, int > = 0> |
| constexpr | Build (T value) noexcept |
|
constexpr | operator bool () |
|
|
static const Build | No |
|
static const Build | Yes |
|
|
constexpr bool | operator!= (Build a, Build b) |
|
constexpr bool | operator== (Build a, Build b) |
The documentation for this class was generated from the following file:
- modules/opengl/include/modules/opengl/shader/shader.h