mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-11 21:58:31 +09:00
[Chore] (...): Format code.
This commit is contained in:
@@ -11,7 +11,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
||||
ErrorLopper();
|
||||
~ErrorLopper();
|
||||
};
|
||||
}
|
||||
} // namespace DebugImpl
|
||||
|
||||
namespace BufferImpl {
|
||||
class BackendBufferBindingProtector {
|
||||
@@ -66,6 +66,7 @@ namespace MobileGL::MG_Backend::DirectGLES {
|
||||
|
||||
static GLuint GetTempFBO(FramebufferTarget target);
|
||||
static void BindTempFBO(FramebufferTarget target);
|
||||
|
||||
private:
|
||||
GLenum m_target;
|
||||
GLint m_previousBinding = 0;
|
||||
|
||||
Reference in New Issue
Block a user