texture loading
[convexer.git] / nbvtf / librgbcx.h
index 31ded0cc51947222347fc20078eddef03a7e8367..04a0c12f7ed2661300dc6b9fe2056b39f2975674 100644 (file)
@@ -12,6 +12,8 @@ void rgbcx__init(void);
 void rgbcx__encode_bc1( uint32_t level, void* pDst, const uint8_t* pPixels, int allow_3color, int use_transparent_texels_for_black );
 void rgbcx__encode_bc3( uint32_t level, void* pDst, const uint8_t* pPixels );
 
+int rgbcx__unpack_bc1( const void *pSrc, uint8_t *pDst );
+int rgbcx__unpack_bc3( const void *pSrc, uint8_t *pDst );
 #ifdef __cplusplus
 }
 #endif