// // Copyright (c) 2010-2012 Linaro Limited // // All rights reserved. This program and the accompanying materials // are made available under the terms of the MIT License which accompanies // this distribution, and is available at // http://www.opensource.org/licenses/mit-license.php // // Contributors: // Alexandros Frantzis <[email protected]> // Jesse Barker <[email protected]> // #include <string> #include <sstream> #include <vector> #include "vec.h" #include "mat.h" /** * Helper class for loading and manipulating shader sources. */ class ShaderSource { … };