Flags for PaintTexture::CreateNewTexture() and PaintTexture::GetTextureDefaults() .
Macros |
|
#define | TEXTURE_FILEFORMAT |
#define | TEXTURE_WIDTH |
#define | TEXTURE_HEIGHT |
#define | TEXTURE_MODE |
#define | TEXTURE_COLOR |
#define | TEXTURE_SAVE_IMMEDIATLY |
#define TEXTURE_FILEFORMAT |
#define TEXTURE_WIDTH |
Int32 Texture width.
#define TEXTURE_HEIGHT |
Int32 Texture height.
#define TEXTURE_MODE |
COLORMODE::GRAY , COLORMODE::RGB , COLORMODE::RGBw , COLORMODE::GRAYw , COLORMODE::RGBf , COLORMODE::GRAYf
Int32 Texture mode (only non-alpha channel modes):
#define TEXTURE_COLOR |
向量 Texture color.
#define TEXTURE_SAVE_IMMEDIATLY |
Bool Flag to save immediately, otherwise texture is only created in memory.