OpenGL Debug and release

  • mefien
    Likes 0

    Problem Description

    Hello. So ive done Modern OpenGL tutorial, and its working fine in Visual Studio, but when i try to run it from Debug or Release folder its showing me blank square and some errors. How should i set it up, so i can run it from exe?


  • Sonar Systems admin
    Likes 1

    Easy solution, you need to copy all resources form the code folder aka images and shader files to the debug/release folder. These don’t get compiled into an exe.

     

    Feel free to post any other questions you have.

Login to reply