GraceFt v2.3
开源图形引擎 EGE(Easy Graphics Engine) 的高层封装库
 
载入中...
搜索中...
未找到
GFt::Texture类 参考

纹理类 更多...

#include <Texture.h>

Public 成员函数

 Texture (const PixelMap &bitmap)
 从位图构造纹理
 
 Texture (const std::wstring &path)
 从文件构造纹理
 
 Texture (const Texture &other)
 
 Texture (Texture &&other)
 
 ~Texture ()
 
Textureoperator= (const Texture &other)
 
Textureoperator= (Texture &&other)
 

友元

class BrushSet
 

详细描述

纹理类

构造及析构函数说明

◆ Texture() [1/4]

GFt::Texture::Texture ( const std::wstring & path)

从文件构造纹理

参数
path纹理文件路径

◆ Texture() [2/4]

GFt::Texture::Texture ( const PixelMap & bitmap)

从位图构造纹理

参数
bitmap位图

◆ Texture() [3/4]

GFt::Texture::Texture ( const Texture & other)

◆ Texture() [4/4]

GFt::Texture::Texture ( Texture && other)

◆ ~Texture()

GFt::Texture::~Texture ( )

成员函数说明

◆ operator=() [1/2]

Texture & GFt::Texture::operator= ( const Texture & other)

◆ operator=() [2/2]

Texture & GFt::Texture::operator= ( Texture && other)

友元及相关符号说明

◆ BrushSet

friend class BrushSet
friend