libktx: Update to 4.3.1
This commit is contained in:
committed by
Jakub Marcowski
parent
16d61427ca
commit
1be2fe1f7b
2
thirdparty/libktx/lib/texture2.h
vendored
2
thirdparty/libktx/lib/texture2.h
vendored
@ -50,6 +50,8 @@ KTX_error_code
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user