mirror of
https://github.com/izzy2lost/Torch.git
synced 2026-07-06 00:18:35 -07:00
Remove spdlog
This commit is contained in:
@@ -143,8 +143,6 @@ ExportResult TextureCodeExporter::Export(std::ostream &write, std::shared_ptr<IP
|
||||
size_t byteSize = std::max(1, (int) (texture->mFormat.depth / 8));
|
||||
size_t isize = texture->mBuffer.size() / byteSize;
|
||||
|
||||
SPDLOG_INFO("Byte Size: {}", byteSize);
|
||||
|
||||
for (int i = 0; i < data.size(); i+=byteSize) {
|
||||
if (i % 16 == 0 && i != 0) {
|
||||
imgstream << std::endl;
|
||||
|
||||
Reference in New Issue
Block a user