Kore Update

This commit is contained in:
Gorochu
2026-06-09 12:45:01 -07:00
parent a2d5c9aea4
commit 7558d03739
371 changed files with 30188 additions and 7466 deletions

View File

@ -148,8 +148,8 @@ void Graphics4::Program::link(VertexStructure **structures, int count) {
delete[] errormessage;
}
#ifndef KORE_OPENGL_ES
#ifndef KORE_LINUX
#ifndef KINC_OPENGL_ES
#ifndef KINC_LINUX
/* if (tessellationControlShader != nullptr) {
glPatchParameteri(GL_PATCH_VERTICES, 3);
glCheckErrors();
@ -159,7 +159,7 @@ void Graphics4::Program::link(VertexStructure **structures, int count) {
}
void Graphics4::Program::set() {
#ifndef KORE_OPENGL_ES
#ifndef KINC_OPENGL_ES
programUsesTessellation = tessellationControlShader != nullptr;
#endif
glUseProgram(programId);