TexConv/CMP_CompressonatorLib/CompressonatorLib.def

16 lines
382 B
Modula-2
Raw Normal View History

2020-07-31 11:31:32 +08:00
; CompressonatorLib.def : Declares the module parameters for the DLL.
EXPORTS
CMP_CalculateBufferSize
CMP_ConvertTexture
CMP_CreateBC6HEncoder
CMP_CreateBC7Encoder
CMP_EncodeBC7Block
CMP_EncodeBC6HBlock
CMP_DecodeBC6HBlock
CMP_DecodeBC7Block
CMP_DestroyBC6HEncoder
CMP_DestroyBC7Encoder
CMP_InitializeBCLibrary
CMP_ShutdownBCLibrary