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