Go to the documentation of this file.
3 #ifndef SLAPI_MODEL_TEXTURE_H_
4 #define SLAPI_MODEL_TEXTURE_H_
59 size_t width,
size_t height,
60 size_t bits_per_pixel,
61 const SUByte pixel_data[]);
82 const char* file_path,
83 double s_scale,
double t_scale);
112 size_t* width,
size_t* height,
113 double* s_scale,
double* t_scale);
132 size_t* bits_per_pixel);
192 bool* alpha_channel_used);
198 #endif // SLAPI_MODEL_TEXTURE_H_