Vulkan Schnee
0.0.1
High-performance rendering engine
Loading...
Searching...
No Matches
TextureAssetRef.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
Engine/Core/Asset.h
"
4
5
#include <filesystem>
6
7
namespace
Engine::Assets
8
{
9
class
Texture
;
10
11
using
TextureAssetRef
=
Asset::Ref<std::filesystem::path, Texture>
;
12
}
// namespace Engine::Assets
Asset.h
Asset::Ref
Definition
Asset.h:94
Engine::Assets::Texture
Wrapper for texture data.
Definition
TextureAsset.h:16
Engine::Assets
Definition
AnimationAsset.h:41
Engine::Assets::TextureAssetRef
Asset::Ref< std::filesystem::path, Texture > TextureAssetRef
Definition
TextureAssetRef.h:11
Engine
include
Engine
Texture
TextureAssetRef.h
Generated by
1.14.0