Rasterfarm-SDK
|
#include <texture.h>
Public Member Functions | |
Attribute () | |
Attribute (uint width, uint height, PixelFormat pixelFormat, BufferType pixelType, bool mipmap=false) | |
Attribute (uint width, uint height, PixelFormat pixelFormat, BufferType pixelType, bool mipmap, TextureFilterSetting minFilter, TextureFilterSetting magFilter, TextureWrap wrapBehaviourS, TextureWrap wrapBehaviourT) | |
Public Attributes | |
uint | width |
uint | height |
PixelFormat | pixelFormat |
BufferType | pixelType |
bool | mipmap |
TextureFilterSetting | minFilter |
TextureFilterSetting | magFilter |
TextureWrap | wrapBehaviourS |
TextureWrap | wrapBehaviourT |
Describes attributes of a texture face.
|
inline |
|
inline |
|
inline |
uint Texture::Attribute::height |
TextureFilterSetting Texture::Attribute::magFilter |
TextureFilterSetting Texture::Attribute::minFilter |
bool Texture::Attribute::mipmap |
PixelFormat Texture::Attribute::pixelFormat |
BufferType Texture::Attribute::pixelType |
uint Texture::Attribute::width |
TextureWrap Texture::Attribute::wrapBehaviourS |
TextureWrap Texture::Attribute::wrapBehaviourT |