[Misc] (MG_Impl/Drawing): Test glClear in backend.

This commit is contained in:
BZLZHH
2025-10-06 16:21:02 +08:00
parent bd1056f9c9
commit ef2221659a
4 changed files with 47 additions and 2 deletions
@@ -0,0 +1,10 @@
#pragma once
#include <Includes.h>
namespace MobileGL {
namespace MG_Impl::GLImpl {
/* @INSERTION_POINT:FUNCTION_DECLARATION@ */
void Clear(GLbitfield mask);
void DrawElements(GLenum mode, GLsizei count, GLenum type, const void* indices);
} // namespace MG_Impl::GLImpl
} // namespace MobileGL