|
| template<typename ValueType > |
| constexpr bool | CeresEngine::operator== (const MaterialPropertySwizzle< ValueType > &lhs, const MaterialPropertySwizzle< ValueType > &rhs) noexcept |
| | Compares two MaterialPropertySwizzle for equality.
|
| |
| template<typename ValueType > |
| constexpr bool | CeresEngine::operator!= (const MaterialPropertySwizzle< ValueType > &lhs, const MaterialPropertySwizzle< ValueType > &rhs) noexcept |
| | Compares two MaterialPropertySwizzle for inequality.
|
| |
| template<typename ValueType , typename TextureType > |
| constexpr bool | CeresEngine::operator== (const MaterialProperty< ValueType, TextureType > &lhs, const MaterialProperty< ValueType, TextureType > &rhs) noexcept |
| | Compares two MaterialProperty for equality.
|
| |
| template<typename ValueType , typename TextureType > |
| constexpr bool | CeresEngine::operator!= (const MaterialProperty< ValueType, TextureType > &lhs, const MaterialProperty< ValueType, TextureType > &rhs) noexcept |
| | Compares two MaterialProperty for inequality.
|
| |
| constexpr bool | CeresEngine::operator== (const PBRMaterialModel &lhs, const PBRMaterialModel &rhs) noexcept |
| | Compares two PBRMaterialModel for equality.
|
| |
| constexpr bool | CeresEngine::operator!= (const PBRMaterialModel &lhs, const PBRMaterialModel &rhs) noexcept |
| | Compares two PBRMaterialModel for inequality.
|
| |