nvidia-texture-tools/extern/pvrtextool/Include/PVRTextureVersion.h

24 lines
653 B
C
Raw Permalink Normal View History

2017-02-08 19:42:25 +00:00
/******************************************************************************
@File PVRTextureVersion.h
@Title
@Version
@Copyright Copyright (c) Imagination Technologies Limited. All Rights Reserved. Strictly Confidential.
@Platform ANSI
@Description Texture processing routines.
******************************************************************************/
#ifndef PVRTEXLIBVERSION_H
#define PVRTEXLIBVERSION_H
#define PVRTLMAJORVERSION 4
#define PVRTLMINORVERSION 2
#define PVRTLSTRINGVERSION "4.2"
#define PVRTLVERSIONDESCRIPTOR "" //"BETA" //"ALPHA" //"ENGINEERING DROP"
#endif