michael@0: /* michael@0: * Copyright 2012 Google Inc. michael@0: * michael@0: * Use of this source code is governed by a BSD-style license that can be michael@0: * found in the LICENSE file. michael@0: */ michael@0: michael@0: #ifndef GrUniformHandle_DEFINED michael@0: #define GrUniformHandle_DEFINED michael@0: michael@0: inline GrGLUniformManager::UniformHandle GrGLUniformManager::UniformHandle::CreateFromUniformIndex(int index) { michael@0: return GrGLUniformManager::UniformHandle(index); michael@0: } michael@0: michael@0: #endif