Changeset 13041 for OpenSceneGraph/trunk/src/osg/Shader.cpp
- Timestamp:
- 03/21/12 18:36:20 (14 months ago)
- Files:
-
- 1 modified
-
OpenSceneGraph/trunk/src/osg/Shader.cpp (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/src/osg/Shader.cpp
r12224 r13041 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 1 /* -*-c++-*- OpenSceneGraph - Copyright (C) 1998-2006 Robert Osfield 2 2 * Copyright (C) 2003-2005 3Dlabs Inc. Ltd. 3 3 * Copyright (C) 2004-2005 Nathan Cournia … … 5 5 * Copyright (C) 2010 VIRES Simulationstechnologie GmbH 6 6 * 7 * This application is open source and may be redistributed and/or modified 7 * This application is open source and may be redistributed and/or modified 8 8 * freely and without restriction, both in commercial and non commercial 9 9 * applications, as long as this copyright notice is maintained. 10 * 10 * 11 11 * This application is distributed in the hope that it will be useful, 12 12 * but WITHOUT ANY WARRANTY; without even the implied warranty of … … 474 474 } 475 475 476 namespace 476 namespace 477 477 { 478 478 std::string insertLineNumbers(const std::string& source) … … 532 532 } 533 533 } 534 534 535 535 if (_shader->getShaderSource().empty()) 536 536 {
