#ifndef STB_INCLUDE_STB_DXT_H #define STB_INCLUDE_STB_DXT_H#ifdef __cplusplus extern "C" { #endif#ifdef STB_DXT_STATIC #define STBDDEF static #else #define STBDDEF extern #endif// compression mode (bitflags) #define STB_DXT_NORMAL 0...
// stb_dxt.h - v1.04 - DXT1/DXT5 compressor - public domain // original by fabian "ryg" giesen - ported to C by stb // use '#define STB_DXT_IMPLEMENTATION' before including to create the implementation // // USAGE: // call stb_compress_dxt_block() for every block (you must ...
stb_ds.h update version numbers 4年前 stb_dxt.h fix stb_dxt version 4年前 stb_easy_font.h Fix trailing whitespace 5年前 stb_herringbone_wang_tile.h Fix trailing whitespace 5年前 stb_hexwave.h stb_hexwave tweak comment 4年前
The stb__RefineBlock() function: https://github.com/nothings/stb/blob/8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55/stb_dxt.h#L399 DXT encoder in STB: https://github.com/nothings/stb/blob/master/stb_dxt.h
stb_ds.h fix accidental check-in of typo in stb_ds.h 5个月前 stb_dxt.h fix stb_dxt version 4年前 stb_easy_font.h Fix trailing whitespace 5年前 stb_herringbone_wang_tile.h Fix trailing whitespace 5年前 stb_hexwave.h stb_hexwave tweak comment ...
stb_dxt.h 1.12 3D graphics 719 Fabian "ryg" Giesen's real-time DXT compressor stb_easy_font.h 1.1 3D graphics 305 quick-and-dirty easy-to-deploy bitmap font for printing frame rate, etc stb_tilemap_editor.h 0.42 game dev 4187 embeddable tilemap editor stb_herringbone_wa... 0.7 game...
2N7002 H6327 详细参数 DXT751-13 详细参数 NVMFS5C645NLAFT1G 详细参数 DMF3926-000 详细参数数据手册 PDF资料下载 STB10N95K5 PDF资料下载 参数信息 参数参数值 制造商 STMicroelectronics 产品种类 MOSFET RoHS 是 技术 Si 安装风格 SMD/SMT 封装/ 箱体 TO-263-3 通道数量 1 Channel 晶体管极性...
We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
// github:ppiastucki (BC4 support) // Ignacio Castano - improve DXT endpoint quantization // // LICENSE // // See end of file for license information.#ifndef STB_INCLUDE_STB_DXT_H #define STB_INCLUDE_STB_DXT_H#ifdef __cplusplus extern "C" { #endif#ifdef STB_DXT_STATIC ...
// stb_dxt.h - v1.09 - DXT1/DXT5 compressor - public domain // original by fabian "ryg" giesen - ported to C by stb // use '#define STB_DXT_IMPLEMENTATION' before including to create the implementation // // USAGE: // call stb_compress_dxt_block() for every block (you...