I'm at a point in my project where I need to use the EXE file that is generated but noticed there is no geometry drawn (only text and background color) when running it from the folder (all textures, dll's and other dependencies are correctly placed).
I couldn't find much through online searching but it did help me narrow it down slightly. Basically when I hit F5 as normal to start with debugging I get this - https://i.stack.imgur.com/4WuDM.jpg (everything is as it should be). However, when I start without the debugger I just get this - https://i.stack.imgur.com/IhLHO.jpg It would make sense that this would be similar to what the compiled EXE displays.
So, how could starting without the debugger cause geometry to not be drawn?
Any help is really appreciated.