mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 22:40:05 +00:00
Add setting for cursor icon scale
This commit is contained in:
parent
0086dc3e0f
commit
1ff686629b
13 changed files with 439 additions and 327 deletions
|
|
@ -74,8 +74,8 @@ public:
|
|||
std::uint64_t BuildCount() const;
|
||||
|
||||
void RegisterTexture(const std::string& name, const std::string& path);
|
||||
std::shared_ptr<boost::gil::rgba8_image_t>
|
||||
CacheTexture(const std::string& name, const std::string& path);
|
||||
std::shared_ptr<boost::gil::rgba8_image_t> CacheTexture(
|
||||
const std::string& name, const std::string& path, double scale = 1);
|
||||
void BuildAtlas(std::size_t width, std::size_t height);
|
||||
void BufferAtlas(gl::OpenGLFunctions& gl, GLuint texture);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue