mirror of
https://github.com/MobileGL-Dev/MobileGL
synced 2026-09-12 14:18:31 +09:00
[Feat] (MG_Util/ShaderTranspiler): Implement simple shader compile
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
//
|
||||
// Created by Swung 0x48 on 2025/7/20.
|
||||
//
|
||||
|
||||
#ifndef MOBILEGLTEST_SHADERCOMPILER_H
|
||||
#define MOBILEGLTEST_SHADERCOMPILER_H
|
||||
|
||||
namespace MobileGL {
|
||||
namespace MG_Util {
|
||||
namespace ShaderTranspiler {
|
||||
class ShaderCompiler {
|
||||
public:
|
||||
static CompilerResult CompileShader(const ShaderAttrib& attrib);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
#endif //MOBILEGLTEST_SHADERCOMPILER_H
|
||||
Reference in New Issue
Block a user