Skip to content

Add Asset Loader to Master

Rendre Johann Greyling requested to merge rendre-game-engine into master

Added Asset Enum used to store filename and scale details related to the assets. Added the Asset loader class to the game engine which uses the Asset Enum to load all assets into GPU memory before the game level loads. Removed Asset loading within the handler class and replaced with the new AssetLoader class.

Merge request reports

Loading