PVRCore.h#

Include this file if you wish to use the PVRCore functionality.

Includes#

  • PVRCore/IAssetProvider.h

  • PVRCore/RefCounted.h

  • PVRCore/Time_.h

  • PVRCore/commandline/CommandLine.h

  • PVRCore/math/MathUtils.h

  • PVRCore/stream/BufferStream.h

  • PVRCore/stream/FilePath.h

  • PVRCore/strings/StringFunctions.h

  • PVRCore/strings/StringHash.h

  • PVRCore/texture/TextureLoad.h

  • PVRCore/textureio/TextureIO.h

  • PVRCore/types/Types.h

  • iterator

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"

/*****************************************************************************/