Mario Kart 64
Loading...
Searching...
No Matches
BetterTextureFactory.cpp File Reference
#include "BetterTextureFactory.h"
#include "resource/type/Texture.h"
#include "spdlog/spdlog.h"
#include <stb_image.h>
#include <Context.h>
#include "resource/archive/ArchiveManager.h"
#include "resource/ResourceManager.h"
Include dependency graph for BetterTextureFactory.cpp:

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"}