Ult3D
Implementation of "Ultimate 3D Game Engine Design & Architecture" by Allan Sherrod
Loading...
Searching...
No Matches
TextureType.h
Go to the documentation of this file.
1
#ifndef ULT_TEXTURE_TYPE_H_INCLUDED
2
#define ULT_TEXTURE_TYPE_H_INCLUDED
3
4
namespace
Ult
5
{
6
7
enum
TextureType
8
{
9
ULT_TEX2D_TYPE
= 1,
10
ULT_CUBE_TYPE
11
};
12
13
}
// namespace Ult
14
15
#endif
// ULT_TEXTURE_TYPE_H_INCLUDED
16
Ult
Definition
Archive.h:13
Ult::TextureType
TextureType
Definition
TextureType.h:8
Ult::ULT_TEX2D_TYPE
@ ULT_TEX2D_TYPE
Definition
TextureType.h:9
Ult::ULT_CUBE_TYPE
@ ULT_CUBE_TYPE
Definition
TextureType.h:10
include
Ult
Texture
TextureType.h
Generated by
1.13.0