File: TextureLoaderWebP.h

package info (click to toggle)
jazz2-native 3.5.0-2
  • links: PTS, VCS
  • area: contrib
  • in suites: forky, sid
  • size: 16,912 kB
  • sloc: cpp: 172,557; xml: 113; python: 36; makefile: 5; sh: 2
file content (16 lines) | stat: -rw-r--r-- 274 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//#pragma once
//
//#include <webp/decode.h>
//#include "ITextureLoader.h"
//
//namespace nCine {
//
///// WebP texture loader
//class TextureLoaderWebP : public ITextureLoader
//{
//  public:
//	explicit TextureLoaderWebP(std::unique_ptr<IFile> fileHandle);
//};
//
//}
//