mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2025-10-29 07:16:05 +03:00
8 lines
163 B
C++
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;
|
|
}
|