Remove a bunch of compiler warnings

* Remove compile warnings
* Coding style fix
This commit is contained in:
Alexander Bock
2023-05-16 11:59:28 +02:00
committed by GitHub
parent f8d7d5386a
commit bde840ad03
67 changed files with 342 additions and 260 deletions

View File

@@ -562,7 +562,11 @@ void RenderableModel::initializeGL() {
std::filesystem::path fs =
absPath("${MODULE_BASE}/shaders/modelOpacity_fs.glsl");
return global::renderEngine->buildRenderProgram("ModelOpacityProgram", vs, fs);
return global::renderEngine->buildRenderProgram(
"ModelOpacityProgram",
vs,
fs
);
}
);
ghoul::opengl::updateUniformLocations(