]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/pixelformat.h
Initialize Texture's format to an invalid value
[libs/gl.git] / source / core / pixelformat.h
index 5a5302cd648fbe0a47f3d44e1450d2187b7a1a72..2f6038459bb7b345d610a1875cfa9e91a5cce38f 100644 (file)
@@ -54,6 +54,7 @@ inadvisable for programs to rely on it.
 */
 enum PixelFormat
 {
+       NO_PIXELFORMAT = 0,
        R8 = 0x4100|RED,
        R16F = 0x3200|RED,
        R32F = 0x3400|RED,