+ | Portal viewing angle teleportation

This commit is contained in:
TheRedShip
2025-02-06 00:16:25 +01:00
committed by tomoron
parent 63728e6476
commit b1c9718ae3
10 changed files with 72 additions and 27 deletions

View File

@ -104,6 +104,8 @@ int main(int argc, char **argv)
while (!window.shouldClose())
{
window.updateDeltaTime();
glUseProgram(shader.getProgramCompute());
glBindBuffer(GL_SHADER_STORAGE_BUFFER, materialSSBO);