X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fcore%2Fpixelformat.h;h=2f6038459bb7b345d610a1875cfa9e91a5cce38f;hp=5a5302cd648fbe0a47f3d44e1450d2187b7a1a72;hb=8653af6d620206c1a8bab284721256e9ea4e3b74;hpb=2e09b4f72f06537431151fe8b2574e1aa886ad48 diff --git a/source/core/pixelformat.h b/source/core/pixelformat.h index 5a5302cd..2f603845 100644 --- a/source/core/pixelformat.h +++ b/source/core/pixelformat.h @@ -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,