X-Git-Url: https://harrygodden.com/git/?p=convexer.git;a=blobdiff_plain;f=nbvtf%2Flibrgbcx.h;fp=nbvtf%2Flibrgbcx.h;h=04a0c12f7ed2661300dc6b9fe2056b39f2975674;hp=31ded0cc51947222347fc20078eddef03a7e8367;hb=ea8476b5ce234e3098116bf08c17b0def5115bfd;hpb=0d0b6bf37c8a9c4494071973103a89b4aa82574a diff --git a/nbvtf/librgbcx.h b/nbvtf/librgbcx.h index 31ded0c..04a0c12 100644 --- a/nbvtf/librgbcx.h +++ b/nbvtf/librgbcx.h @@ -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