Trying to fix invalid descriptorlayout
This commit is contained in:
@@ -16,11 +16,13 @@ public:
|
||||
TextureLoader(Gfx::PGraphics graphic);
|
||||
~TextureLoader();
|
||||
void importAsset(const std::filesystem::path& filePath);
|
||||
PTextureAsset getPlaceholderTexture();
|
||||
private:
|
||||
Gfx::PTexture2D import(const std::filesystem::path& path);
|
||||
Gfx::PGraphics graphics;
|
||||
List<std::future<void>> futures;
|
||||
Gfx::PTexture2D placeholderTexture;
|
||||
PTextureAsset placeholderAsset;
|
||||
};
|
||||
DEFINE_REF(TextureLoader);
|
||||
} // namespace Seele
|
||||
Reference in New Issue
Block a user