mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-13 22:58:30 +09:00
[Perf|Improvement] (All): Improve performance & optimize code.
This commit is contained in:
@@ -10,9 +10,7 @@
|
||||
#include <Includes.h>
|
||||
#include "MG_Impl/GetProcAddress.h"
|
||||
|
||||
namespace MG_Impl {
|
||||
namespace GLXImpl {
|
||||
void* GetProcAddress(const char* name);
|
||||
void* GetProcAddressARB(const char* name);
|
||||
} // namespace GLXImpl
|
||||
} // namespace MG_Impl
|
||||
namespace MG_Impl::GLXImpl {
|
||||
void* GetProcAddress(const char* name);
|
||||
void* GetProcAddressARB(const char* name);
|
||||
} // namespace MG_Impl::GLXImpl
|
||||
|
||||
Reference in New Issue
Block a user