Add BasicGLSurfaceView sample.

Show how to get started with OpenGL ES 2.0.

Change-Id: Iee83ca6a52eee64e8c6b77bc9a8abff11a1eabfd
This commit is contained in:
Jack Palevich
2011-01-17 17:48:44 -08:00
parent e8afb7e327
commit ebb6bc2fc8
8 changed files with 411 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
LOCAL_PATH:= $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE_TAGS := samples
# Only compile source java files in this apk.
LOCAL_SRC_FILES := $(call all-java-files-under, src)
LOCAL_PACKAGE_NAME := BasicGLSurfaceView
LOCAL_SDK_VERSION := current
include $(BUILD_PACKAGE)