thunderbrew/src/gx/gll/GLGLSLProgram.cpp
2023-01-02 13:17:18 -06:00

8 lines
163 B
C++

#include "gx/gll/GLGLSLProgram.h"
#include "gx/gll/GLShader.h"
GLGLSLProgram* GLGLSLProgram::Find(GLShader* a1, GLShader* a2) {
// TODO
return nullptr;
}