summaryrefslogtreecommitdiffstats
path: root/thirdparty/libktx/lib/texture2.h
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/libktx/lib/texture2.h')
-rw-r--r--thirdparty/libktx/lib/texture2.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/thirdparty/libktx/lib/texture2.h b/thirdparty/libktx/lib/texture2.h
index 14e4115ecf..08507804d9 100644
--- a/thirdparty/libktx/lib/texture2.h
+++ b/thirdparty/libktx/lib/texture2.h
@@ -51,6 +51,8 @@ ktxTexture2_LoadImageData(ktxTexture2* This,
ktx_uint8_t* pBuffer, ktx_size_t bufSize);
KTX_error_code
+ktxTexture2_constructCopy(ktxTexture2* This, ktxTexture2* orig);
+KTX_error_code
ktxTexture2_constructFromStreamAndHeader(ktxTexture2* This, ktxStream* pStream,
KTX_header2* pHeader,
ktxTextureCreateFlags createFlags);