![]() |
CMGDK r49-rc2
|
贴图基类 更多...
#include <Texture.H>
公有成员 | |
Texture () | |
virtual | ~Texture () |
virtual void | Bind () |
virtual void | Use () |
virtual void | Clear () |
公有属性 | |
Property< uint > | Index |
贴图索引 | |
Property< TextureType > | Type |
贴图类型虚拟变量 | |
Property< int > | MipLevel |
Mip级别虚拟变量 | |
Property< TextureFilter > | MinFilter |
贴图缩小过滤方式虚拟变量 | |
Property< TextureFilter > | MagFilter |
贴图放大过滤方式虚拟变量 | |
Property< TextureFilter > | Filter |
贴图过滤方式设置虚拟变量 | |
Property< int > | Anisotropy |
各向异性过滤级别 | |
Property< uint > | Wrap |
贴图环绕方式设置 | |
Color4f | Color |
贴图色彩 | |
BlendMode | Blend |
混合方式 |
贴图基类
贴图基类提供对应所有贴图的基本属性、以及方法
hgl::Texture::Texture | ( | ) |
hgl::Texture::~Texture | ( | ) | [virtual] |
void hgl::Texture::Bind | ( | ) | [virtual] |
void hgl::Texture::Clear | ( | ) | [virtual] |
void hgl::Texture::Use | ( | ) | [virtual] |
各向异性过滤级别
贴图过滤方式设置虚拟变量
贴图索引
贴图放大过滤方式虚拟变量
贴图缩小过滤方式虚拟变量
Mip级别虚拟变量
贴图类型虚拟变量
贴图环绕方式设置