Some more progress in the imperative API.

This commit is contained in:
castano
2009-03-07 07:14:00 +00:00
parent 0f5a5e5d24
commit a28ebb4ccf
5 changed files with 331 additions and 20 deletions

View File

@ -286,6 +286,11 @@ int Compressor::estimateSize(const InputOptions & inputOptions, const Compressio
return m.estimateSize(inputOptions.m, compressionOptions.m);
}
/// Estimate the size of compressing the input with the given options.
Texture Compressor::createTexture()
{
return *new Texture();
}