TextureReaderTGA.h#
↰ Parent directory (textureio
)
An experimental AssetReader that reads pvr::asset::Texture objects from an TGA file.
Includes#
PVRCore/stream/Stream.h
PVRCore/texture/Texture.h
PVRCore/textureio/FileDefinesTGA.h
Included By#
Namespaces#
Functions#
Source Code#
#pragma once
#include "PVRCore/texture/Texture.h"
#include "PVRCore/textureio/FileDefinesTGA.h"
#include "PVRCore/stream/Stream.h"
namespace pvr {
namespace assetReaders {
Texture readTGA(const Stream& str);
} // namespace assetReaders
} // namespace pvr