7 Replies
works for me 😄
are you doing vulkan as well, or?
a static scene like this won't be terribly challenging, but we can still see if we get different results
I might need a little before I get it running though, got a couple busy days ahead
Yea I’m planning on doing Vulkan too
I have a job so can only really do proper work during weekends
Well won’t set a time limit or anything
Good luck!
sounds good!
Hey! Just a quick progress update on my end. I have gotten a triangle rendering and, with no considerations of optimizations, am reaching 1300 FPS. Let me know when you have any progress :)
Nothing special as I haven't even got vertex buffers
But it's a start
Also just to add, I believe it would be a good idea to have the model spin to ensure we don't do stupid optimizations such as precompiling command buffers or anything. What do you think?
sure, makes sense
Another update! Added frames in flight and am now reaching 1700 FPS. Still just rendering a triangle though...
any improvement is an improvement 🙂
I've been a bit caught up with other things, so not much progress on my end unfortunately
the last thing I did was doing a complete refactor to how I handle my frames in flight - I’m not happy with it yet, but there’s a little bit less manual management of semaphores, fences, and image indices at least 😅
performance impact: none, which.. is a good thing probably