mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-10 21:28:32 +09:00
[Improvement] (HeaderSystem): Optimize header system, highly improving performance.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
// Created by BZLZHH on 2025/4/26.
|
||||
//
|
||||
|
||||
#include "Loader.h"
|
||||
#include "../../../Includes.h"
|
||||
|
||||
#if BACKEND_TYPE == BACKEND_GLES
|
||||
|
||||
|
||||
@@ -5,8 +5,6 @@
|
||||
#ifndef MOBILEGL_GLES_LOADER_H
|
||||
#define MOBILEGL_GLES_LOADER_H
|
||||
|
||||
#include "../../../Includes.h"
|
||||
|
||||
#if BACKEND_TYPE == BACKEND_GLES
|
||||
|
||||
#define APIENTRY_GLES
|
||||
|
||||
Reference in New Issue
Block a user