16 lines
382 B
Modula-2
16 lines
382 B
Modula-2
; 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
|