Added support for gpu skinning.

This commit is contained in:
2014-05-27 13:46:45 -04:30
parent c2afd241fc
commit 044b3c1d2f
2 changed files with 49 additions and 6 deletions

View File

@@ -13,6 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
#ifdef GL_ES
precision mediump float;
#endif