[Improvement] (MG_State/RenderState): Remove redundant cullFaceEnabled setter/getter.

This commit is contained in:
BZLZHH
2025-10-03 12:25:36 +08:00
parent 1e2922faa5
commit 30d4964a5e
4 changed files with 2 additions and 20 deletions
-2
View File
@@ -90,8 +90,6 @@ namespace MobileGL {
Int GetPixelStoreParam(PixelStoreParam param) const;
void SetCullFaceMode(CullFaceMode mode);
CullFaceMode GetCullFaceMode() const;
void SetCullFaceEnabled(Bool enabled);
Bool IsCullFaceEnabled() const;
// Framebuffer
Vector<Uint> GenFramebufferNames(Uint number);