mirror of
https://github.com/barkeser2002/flower.git
synced 2026-09-25 14:16:14 +03:00
16 lines
346 B
C++
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> |