stb.dxt

Undocumented in source.

Members

Enums

STB_DXT_NORMAL
anonymousenum STB_DXT_NORMAL
Undocumented in source.

Functions

stb_compress_bc4_block
void stb_compress_bc4_block(void* dest, void* src_r_one_byte_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stb_compress_bc5_block
void stb_compress_bc5_block(void* dest, void* src_rg_two_byte_per_pixel)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stb_compress_dxt_block
void stb_compress_dxt_block(void* dest, void* src_rgba_four_bytes_per_pixel, bool alpha, int mode)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta