PVRCore.h#
Include this file if you wish to use the PVRCore functionality.
Includes#
PVRCore/IAssetProvider.hPVRCore/RefCounted.hPVRCore/Time_.hPVRCore/commandline/CommandLine.hPVRCore/math/MathUtils.hPVRCore/stream/BufferStream.hPVRCore/stream/FilePath.hPVRCore/strings/StringFunctions.hPVRCore/strings/StringHash.hPVRCore/texture/TextureLoad.hPVRCore/textureio/TextureIO.hPVRCore/types/Types.hiterator
Source Code#
#pragma once
#ifndef PVRCORE_NO_GLM
#include "PVRCore/math/MathUtils.h"
#endif
#include "PVRCore/stream/BufferStream.h"
#include "PVRCore/types/Types.h"
#include "PVRCore/strings/StringFunctions.h"
#include "PVRCore/strings/StringHash.h"
#include "PVRCore/IAssetProvider.h"
#include "PVRCore/commandline/CommandLine.h"
#include "PVRCore/textureio/TextureIO.h"
#include "PVRCore/texture/TextureLoad.h"
#include "PVRCore/stream/FilePath.h"
#include "PVRCore/Time_.h"
#include <iterator>
// RefCounted.h has been made deprecated and is now unused throughout the PowerVR SDK
#include "PVRCore/RefCounted.h"
/*****************************************************************************/