#[SOLVED] GLM::ORTHO() Doesn't work.
1 messages · Page 1 of 1 (latest)
you need to be a bit more specific. If nothing shows up: are you sure any object is inside the bounds of your ortho matrix? how does that matrix look? etc.
I found the issue, I forgot that my swapchain extent is a uint, and so while using negative values of it, nothing was displayed
Works good now