|
|
@ -8,7 +8,6 @@ |
|
|
#include "video_core/utils.h"
|
|
|
#include "video_core/utils.h"
|
|
|
|
|
|
|
|
|
namespace VideoCore { |
|
|
namespace VideoCore { |
|
|
|
|
|
|
|
|
/**
|
|
|
/**
|
|
|
* Dumps a texture to TGA |
|
|
* Dumps a texture to TGA |
|
|
* @param filename String filename to dump texture to |
|
|
* @param filename String filename to dump texture to |
|
|
@ -42,5 +41,4 @@ namespace VideoCore { |
|
|
} |
|
|
} |
|
|
fclose(fout); |
|
|
fclose(fout); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
} // namespace
|
|
|
} // namespace
|