NcEngine
AssetsFwd.h
Go to the documentation of this file.
1
5#pragma once
6
7#include <cstdint>
8
9namespace nc::asset
10{
11struct AudioClip;
12struct BonesData;
13struct ConvexHull;
14struct CubeMap;
15struct Mesh;
16struct MeshCollider;
17struct MeshVertex;
18struct SkeletalAnimation;
19struct Texture;
20struct TextureSubResource;
21
22enum class AssetType : int;
23enum class TextureFormat : uint8_t;
24} // namespace nc::asset
TextureFormat
Texture formats.
Definition: AssetType.h:37
AssetType
Indicates type of an asset.
Definition: AssetType.h:13