Subversion Repositories gelsvn

Rev

Rev 594 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 594 Rev 629
Line 118... Line 118...
118
**/
118
**/
119
enum
119
enum
120
{
120
{
121
	SOIL_SAVE_TYPE_TGA = 0,
121
	SOIL_SAVE_TYPE_TGA = 0,
122
	SOIL_SAVE_TYPE_BMP = 1,
122
	SOIL_SAVE_TYPE_BMP = 1,
123
	SOIL_SAVE_TYPE_DDS = 2
123
	SOIL_SAVE_TYPE_DDS = 2,
-
 
124
    SOIL_SAVE_TYPE_PNG = 3
124
};
125
};
125
 
126
 
126
/**
127
/**
127
	Defines the order of faces in a DDS cubemap.
128
	Defines the order of faces in a DDS cubemap.
128
	I recommend that you use the same order in single
129
	I recommend that you use the same order in single