Skip to content

Commit

Permalink
feat: Modernize PVRTexLib dependency (#2342)
Browse files Browse the repository at this point in the history
* Modernize PVRTexTool dependency

* Update outdated info
  • Loading branch information
Jklawreszuk authored Jul 6, 2024
1 parent e41fb06 commit 6993d9c
Show file tree
Hide file tree
Showing 56 changed files with 5,366 additions and 7,871 deletions.
1,414 changes: 1,414 additions & 0 deletions deps/PVRTT/Include/PVRTexLib.h

Large diffs are not rendered by default.

2,657 changes: 2,657 additions & 0 deletions deps/PVRTT/Include/PVRTexLib.hpp

Large diffs are not rendered by default.

484 changes: 484 additions & 0 deletions deps/PVRTT/Include/PVRTexLibDefines.h

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions deps/PVRTT/Include/PVRTextureVersion.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#pragma once

#define PVRTEXLIB_MAJORVERSION 5
#define PVRTEXLIB_MINORVERSION 6
#define PVRTEXLIB_SUBVERSION 0
#define PVRTEXLIB_STRINGVERSION "5.6.0"
#define PVRTEXLIB_FULLVERSIONSTRING "PVRTexLib v5.6.0"
Loading

0 comments on commit 6993d9c

Please sign in to comment.