mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Improvement] (MG_State/RenderState): Remove redundant cullFaceEnabled setter/getter.
This commit is contained in:
@@ -150,8 +150,6 @@ namespace MobileGL {
|
||||
// Cull Face
|
||||
void SetCullFaceMode(CullFaceMode mode);
|
||||
CullFaceMode GetCullFaceMode() const;
|
||||
void SetCullFaceEnabled(Bool enabled);
|
||||
Bool IsCullFaceEnabled() const;
|
||||
|
||||
private:
|
||||
// Rasterization
|
||||
|
||||
Reference in New Issue
Block a user