Open shim80 opened 8 years ago
I'll need support for this from @xerpi's vita2d lib before I can actually do it.
I guess that requires a custom Fragment/Pixel shader?
Yep, exactly.
I think that it would be better to just create your own GXM wrapper instead of using vita2d, so you will have a lot more control over the GPU. You can base it on the vita2d, I have no problem with that. If I had more free time I would be glad to write it myself.
Yeah I guess I could fork vita2d and drop the stuff I don't want (which is a fair bit), but there's still a fair bit of stuff I DO want to use.
Also like. I'm in no rush. This probably won't happen before December, and likely won't happen this year.
Hi. Whats'up?
I added some GXM samples to vitasdk's samples a few months ago, they might be useful: https://github.com/vitasdk/samples/tree/master/gxm
Do you can add screen filters (HQ2X, linear etc...) option for the vita port of mGBA?