added "NoTexture" type
This commit is contained in:
parent
634de7191b
commit
c9c72cbe29
1 changed files with 2 additions and 1 deletions
|
@ -40,7 +40,8 @@ typedef enum {
|
||||||
typedef enum {
|
typedef enum {
|
||||||
Bitmask,
|
Bitmask,
|
||||||
Text,
|
Text,
|
||||||
RGBA
|
RGBA,
|
||||||
|
NoTexture
|
||||||
} TextureType;
|
} TextureType;
|
||||||
|
|
||||||
typedef struct PlanarSurface {
|
typedef struct PlanarSurface {
|
||||||
|
|
Loading…
Reference in a new issue