![]() |
Lumino
|
テクスチャのベースクラスです。 More...
#include <Texture.hpp>
Public Member Functions | |
int | width () const |
テクスチャの幅を取得します。(ピクセル単位) | |
int | height () const |
テクスチャの高さを取得します。 (ピクセル単位) | |
TextureFormat | format () const |
テクスチャのピフォーマットを取得します。 | |
bool | mipmap () const |
ミップマップの有無を取得します。 | |
SamplerState * | samplerState () const |
このテクスチャに関連付けられている SamplerState を取得します。 | |
void | setSamplerState (SamplerState *value) |
このテクスチャに関連付ける SamplerState を設定します。 | |
テクスチャのベースクラスです。