X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=gdx%2Fsrc%2Fcom%2Fbadlogic%2Fgdx%2Fgraphics%2Fg3d%2Fshaders%2FBaseShader.java;h=7bfd52aa156343e82ad99088ac6aef0cb3a248ab;hb=21f1a70e6cecd48ff6ae8dd23d59d80bb30bbe73;hp=350530024e4bc80ca8a4ab39b5622928a4cb05a3;hpb=2ec84603abf265fafee4ce189cbeabe9dc6fb169;p=mikumikustudio%2Flibgdx-mikumikustudio.git diff --git a/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/BaseShader.java b/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/BaseShader.java index 350530024..7bfd52aa1 100644 --- a/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/BaseShader.java +++ b/gdx/src/com/badlogic/gdx/graphics/g3d/shaders/BaseShader.java @@ -1,3 +1,19 @@ +/******************************************************************************* + * Copyright 2011 See AUTHORS file. + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + ******************************************************************************/ + package com.badlogic.gdx.graphics.g3d.shaders; import com.badlogic.gdx.Gdx; @@ -347,4 +363,4 @@ public abstract class BaseShader implements Shader { program.setUniformi(locations[uniform], context.textureBinder.bind(texture)); return true; } -} +} \ No newline at end of file