Methane Asteroids v0.7.1 #7
egorodet
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a refactoring release which updates Asteroids implementation from previously used Methane Graphics Core virtual interfaces to the new Methane Graphics RHI (Rendering Hardware Interface) PIMPL classes from Methane Kit v0.7.1 release. RHI PIMPL classes provide new convenient way to use RHI with an extra performance boost from inlining API calls directly to final implementation, instead of virtual calls made through abstract interfaces. See FPS performance comparison of Asteroids with 3 implementations: v0.7.0 RHI virtual interfaces, v0.7.1 RHI PIMPL classes without inlining and with inline calls to final implementation.
Asteroids
External libraries
Builds
This discussion was created from the release Methane Asteroids v0.7.1.
Beta Was this translation helpful? Give feedback.
All reactions