Fixed typo: 'texure' to 'texture'
This commit is contained in:
parent
4f39ce32b9
commit
392a94686c
6 changed files with 7 additions and 7 deletions
|
|
@ -85,7 +85,7 @@ public:
|
|||
enum TextureFlags {
|
||||
TEXTURE_FLAG_MIPMAPS = 1, /// Enable automatic mipmap generation - when available
|
||||
TEXTURE_FLAG_REPEAT = 2, /// Repeat texture (Tiling), otherwise Clamping
|
||||
TEXTURE_FLAG_FILTER = 4, /// Create texure with linear (or available) filter
|
||||
TEXTURE_FLAG_FILTER = 4, /// Create texture with linear (or available) filter
|
||||
TEXTURE_FLAG_ANISOTROPIC_FILTER = 8,
|
||||
TEXTURE_FLAG_CONVERT_TO_LINEAR = 16,
|
||||
TEXTURE_FLAG_MIRRORED_REPEAT = 32, /// Repeat texture, with alternate sections mirrored
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue