Now that I have shadow maps working, I'd like to add in ambient occlusion. I have all of the code in place, and I try to draw a fullscreen quad, but it's like the shader isn't called. The code is at https://github.com/sjhalayka/opengl4_stlview_shadow_map
The relevant code is in main.cpp on line 342.
Any ideas?