mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-07 19:58:32 +09:00
15 lines
231 B
C++
15 lines
231 B
C++
//
|
|
// Created by BZLZHH on 2025/4/26.
|
|
//
|
|
|
|
#ifndef MOBILEGL_TESTDRAWING_H
|
|
#define MOBILEGL_TESTDRAWING_H
|
|
|
|
#include "../../../Includes.h"
|
|
|
|
namespace MG_RHI::GLES::Test {
|
|
void DrawAllTextures();
|
|
}
|
|
|
|
#endif //MOBILEGL_TESTDRAWING_H
|