[Feat] (MG_Util/Converters): Implement converters related to framebuffer enum.

This commit is contained in:
BZLZHH
2025-10-02 22:30:17 +08:00
parent 3ba1842758
commit 87f487c3aa
7 changed files with 144 additions and 0 deletions
@@ -0,0 +1,10 @@
#pragma once
#include <Includes.h>
#include <MG_State/GLState/FramebufferState/FramebufferObject.h>
namespace MobileGL {
namespace MG_Util {
FramebufferTarget ConvertGLEnumToFramebufferTarget(GLenum bufferTarget);
FramebufferAttachmentType ConvertGLEnumToFramebufferAttachmentType(GLenum attachment);
} // namespace MG_Util
} // namespace MobileGL