Files

16 lines
346 B
C++

#include "Pch.h"
// #define STB_IMAGE_IMPLEMENTATION
// #include <stb/stb_image.h>
#define STB_IMAGE_RESIZE_IMPLEMENTATION
#include <stb/stb_image_resize.h>
#define STB_IMAGE_WRITE_IMPLEMENTATION
#include <stb/stb_image_write.h>
#define STB_DXT_IMPLEMENTATION
#include <stb/stb_dxt.h>
#define VMA_IMPLEMENTATION
#include <vma/vk_mem_alloc.h>