forked from Green-Sky/tomato
local have bitset rendering
This commit is contained in:
14
src/bitset_image_loader.hpp
Normal file
14
src/bitset_image_loader.hpp
Normal file
@@ -0,0 +1,14 @@
|
||||
#pragma once
|
||||
|
||||
#include <solanaceae/object_store/fwd.hpp>
|
||||
|
||||
#include "./texture_cache.hpp"
|
||||
|
||||
#include <optional>
|
||||
|
||||
class BitsetImageLoader {
|
||||
public:
|
||||
BitsetImageLoader(void);
|
||||
std::optional<TextureEntry> load(TextureUploaderI& tu, ObjectHandle o);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user