|
SpaghettiKart
|
#include "BetterTextureFactory.h"#include "fast/resource/type/Texture.h"#include "spdlog/spdlog.h"#include <stb_image.h>#include <ship/Context.h>#include "ship/resource/archive/ArchiveManager.h"#include "ship/resource/ResourceManager.h"Namespaces | |
| namespace | MK64 |
Functions | |
| std::shared_ptr< Ship::IResource > | MK64::loadPngTexture (std::shared_ptr< Ship::File > filePng, std::shared_ptr< Ship::ResourceInitData > initData) |
Variables | |
| std::vector< std::string > | MK64::extension = {".png", ".PNG", ".jpg", ".JPG", ".jpeg", ".JPEG", ".bmp", ".BMP"} |