mirror of
https://github.com/OldUnreal/KTexComp.git
synced 2026-04-02 21:28:59 -07:00
52 lines
1.2 KiB
Modula-2
52 lines
1.2 KiB
Modula-2
LIBRARY ispc_texcomp
|
|
EXPORTS
|
|
CompressBlocksBC1
|
|
CompressBlocksBC2
|
|
CompressBlocksBC3
|
|
CompressBlocksBC4
|
|
CompressBlocksBC5
|
|
CompressBlocksBC6H
|
|
CompressBlocksBC7
|
|
CompressBlocksETC1
|
|
CompressBlocksASTC
|
|
GetProfile_ultrafast
|
|
GetProfile_veryfast
|
|
GetProfile_fast
|
|
GetProfile_basic
|
|
GetProfile_slow
|
|
GetProfile_veryslow
|
|
GetProfile_alpha_ultrafast
|
|
GetProfile_alpha_veryfast
|
|
GetProfile_alpha_fast
|
|
GetProfile_alpha_basic
|
|
GetProfile_alpha_slow
|
|
GetProfile_alpha_veryslow
|
|
GetProfile_bc6h_veryfast
|
|
GetProfile_bc6h_fast
|
|
GetProfile_bc6h_basic
|
|
GetProfile_bc6h_slow
|
|
GetProfile_bc6h_veryslow
|
|
GetProfile_development
|
|
GetProfile_bc6h_development
|
|
GetProfile_etc_slow
|
|
GetProfile_astc_fast
|
|
GetProfile_astc_alpha_fast
|
|
GetProfile_astc_alpha_slow
|
|
ReplicateBorders
|
|
ISPCTC_BC1_Compress_RGBA8
|
|
ISPCTC_BC1_Compress_RGBA16
|
|
ISPCTC_BC2_Compress_RGBA8
|
|
ISPCTC_BC2_Compress_RGBA16
|
|
ISPCTC_BC3_Compress_RGBA8
|
|
ISPCTC_BC3_Compress_RGBA16
|
|
ISPCTC_BC4_Compress_R8
|
|
ISPCTC_BC4_Compress_R16
|
|
ISPCTC_BC5_Compress_RG8
|
|
ISPCTC_BC5_Compress_RG16
|
|
ISPCTC_BC6H_Compress_RGBA16F
|
|
ISPCTC_BC7_Compress_RGBA8
|
|
ISPCTC_BC7_Compress_RGBA16
|
|
ISPCTC_ETC1_Compress_RGBA8
|
|
ISPCTC_ETC1_Compress_RGBA16
|
|
ISPCTC_ASTC_CompressLDR_RGBA8
|