mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-08 04:08:32 +09:00
14 lines
236 B
C
14 lines
236 B
C
//
|
|
// Created by BZLZHH on 2025/5/3.
|
|
//
|
|
|
|
#ifndef MOBILEGL_SHADEROBJECT_H
|
|
#define MOBILEGL_SHADEROBJECT_H
|
|
|
|
#define MOBILEGL_GLSTATE_H
|
|
#define MOBILEGL_DILIGENT_EGL_IMPL_H
|
|
|
|
#include "../../../Includes.h"
|
|
|
|
#endif //MOBILEGL_SHADEROBJECT_H
|