Layout 42 apps/templates/tests/example_test.cpp enum Layout { kChunky, kPlanar }; Layout 41 tutorial/lesson_16_rgb_generate.cpp enum class Layout { Planar, Interleaved, Either, Specialized };