Skip to content

Commit

Permalink
Update OpenGL version to 4.6
Browse files Browse the repository at this point in the history
Remove legacy MaterialAssetImporter
  • Loading branch information
KredeGC committed Sep 20, 2024
1 parent 3dcbfd5 commit c105763
Show file tree
Hide file tree
Showing 13 changed files with 5,287 additions and 4,826 deletions.
4 changes: 0 additions & 4 deletions Mahakam/src/Mahakam/Asset/AssetDatabase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

#include "AssetImporter.h"
#include "AnimationAssetImporter.h"
#include "MaterialAssetImporter.h"
#include "SoundAssetImporter.h"
#include "TextureAssetImporter.h"

Expand Down Expand Up @@ -183,9 +182,6 @@ namespace Mahakam
// Animation
AssetDatabase::RegisterAssetImporter(CreateRef<AnimationAssetImporter>());

// Material
AssetDatabase::RegisterAssetImporter(CreateRef<MaterialAssetImporter>());

// Sound
AssetDatabase::RegisterAssetImporter(CreateRef<SoundAssetImporter>());

Expand Down
328 changes: 0 additions & 328 deletions Mahakam/src/Mahakam/Asset/MaterialAssetImporter.cpp

This file was deleted.

Loading

0 comments on commit c105763

Please sign in to comment.