mirror of
https://github.com/OldUnreal/KTexComp.git
synced 2026-04-02 21:28:59 -07:00
@@ -31,7 +31,7 @@
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
*/
|
||||
|
||||
#include <cstdint>
|
||||
#include <stdint.h>
|
||||
|
||||
struct rgba_surface
|
||||
{
|
||||
|
||||
@@ -34,8 +34,10 @@
|
||||
#include "ispc_texcomp.h"
|
||||
#include "kernel_astc_ispc.h"
|
||||
#include <cassert>
|
||||
#include <cstring>
|
||||
#include <algorithm>
|
||||
#include <vector>
|
||||
#include <limits>
|
||||
|
||||
void GetProfile_astc_fast(astc_enc_settings* settings, int block_width, int block_height)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user