mirror of
https://github.com/yuzu-emu/FasTC.git
synced 2025-02-03 04:31:08 +00:00
Default wrap mode to clamp
This commit is contained in:
parent
4913435119
commit
df81c73456
|
@ -68,7 +68,7 @@ namespace PVRTCC {
|
||||||
// Takes a stream of compressed PVRTC data and decompresses it into R8G8B8A8
|
// Takes a stream of compressed PVRTC data and decompresses it into R8G8B8A8
|
||||||
// format. The width and height must be specified in order to properly
|
// format. The width and height must be specified in order to properly
|
||||||
// decompress the data.
|
// decompress the data.
|
||||||
void Decompress(const DecompressionJob &, const EWrapMode wrapMode);
|
void Decompress(const DecompressionJob &, const EWrapMode wrapMode = eWrapMode_Clamp);
|
||||||
|
|
||||||
} // namespace PVRTCC
|
} // namespace PVRTCC
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue