Initial checkin of v1.04 - KTX file format support, basic ETC1 compression/decompression, Linux makefile with proper gcc options, lots of high-level improvements to get crnlib into a state where I can more easily add additional formats.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
|
||||
namespace crnlib
|
||||
{
|
||||
class dds_texture;
|
||||
class mipmapped_texture;
|
||||
|
||||
class itexture_comp
|
||||
{
|
||||
@@ -27,7 +27,7 @@ namespace crnlib
|
||||
};
|
||||
|
||||
bool create_compressed_texture(const crn_comp_params ¶ms, crnlib::vector<uint8> &comp_data, uint32 *pActual_quality_level, float *pActual_bitrate);
|
||||
bool create_texture_mipmaps(dds_texture &work_tex, const crn_comp_params ¶ms, const crn_mipmap_params &mipmap_params, bool generate_mipmaps);
|
||||
bool create_texture_mipmaps(mipmapped_texture &work_tex, const crn_comp_params ¶ms, const crn_mipmap_params &mipmap_params, bool generate_mipmaps);
|
||||
bool create_compressed_texture(const crn_comp_params ¶ms, const crn_mipmap_params &mipmap_params, crnlib::vector<uint8> &comp_data, uint32 *pActual_quality_level, float *pActual_bitrate);
|
||||
|
||||
} // namespace crnlib
|
||||
|
||||
Reference in New Issue
Block a user