You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Does Ceramic support any form of immediate mode rendering? I have built some Kha libraries that would be much easier to port to Ceramic if I could easily access low level rendering functionality.
The text was updated successfully, but these errors were encountered:
No, Ceramic does not really support immediate mode rendering.
There are long term plans in adding a Graphics class that would allow to emulate immediate API though. I say "emulate", because it would still work with creating and reusing quad or mesh objects internally to go through the Ceramic renderer, but that would still be very helpful if you need such API to port some library made for Kha initially.
Does Ceramic support any form of immediate mode rendering? I have built some Kha libraries that would be much easier to port to Ceramic if I could easily access low level rendering functionality.
The text was updated successfully, but these errors were encountered: