// 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 ...
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
一、黄旭明担任职务:黄旭明目前担任天津顺保盛同保安服务有限公司法定代表人,同时担任天津顺保盛同保安服务有限公司执行董事、经理;二、黄旭明的商业合作伙伴:基于公开数据展示,黄旭明与陈兴红、徐德芳为商业合作伙伴。 财产线索 线索数量 老板履历 图文概览商业履历 任职全景图 投资、任职的关联公司 商业关系图 一图...
李明德一天粉丝暴涨至千万 今夜再开直播怒斥“圈钱”质疑 直播结束后问:收入在哪看 关注 赞 评论 丈夫租下电梯广告,让结婚三周年纪念日充满仪式感。@张小洪 #甜甜的恋爱 #晚安电台“劈里pia啦劈里pia啦”!音乐一响起,仿佛回到了欢乐无忧的童年~ #樱桃小丸子 #童年 不付钱可以在小卖部买到东西吗? 跑腿小哥顺路带...
#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.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...
// stb_dxt.h - v1.10 - 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 single-file public domain libraries for C/C++. Contribute to michaelshmitty/stb development by creating an account on GitHub.
// // version history: // v1.08 - (sbt) fix bug in dxt-with-alpha block // v1.07 - (stb) bc4; allow not using libc; add STB_DXT_STATIC // v1.06 - (stb) fix to known-broken 1.05 // v1.05 - (stb) support bc5/3dc (Arvids Kokins), use extern "C" in C++ (Pavel ...
Real-time DXT1/DXT5 texture compressor. Contribute to Cyan4973/RygsDXTc development by creating an account on GitHub.