Graphics/BasicMaterial: Add IsAlphaTestEnabled()

This commit is contained in:
Jérôme Leclercq
2021-06-16 15:00:45 +02:00
parent 3cd9172f7a
commit 298beaedc0
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ namespace Nz
inline const std::shared_ptr<Texture>& GetDiffuseMap() const;
inline const TextureSamplerInfo& GetDiffuseSampler() const;
inline bool IsAlphaTestEnabled() const;
inline bool HasAlphaMap() const;
inline bool HasAlphaTest() const;
inline bool HasAlphaTestThreshold() const;