Skip to content

Instantly share code, notes, and snippets.

View CAMOBAP's full-sized avatar
🏠
Working from home

Alex Babrykovich CAMOBAP

🏠
Working from home
View GitHub Profile
/**
* Prerequisites:
* 1. Place glslangValidator binaries to ${project.rootProject.projectDir}/tools,
* can be taken from https://github.com/floooh/oryol/tree/master/tools
* 2. By default this plugin look for config in path
* ${project.rootProject.projectDir}/config/quality/glslangValidator.conf
*/
class glslExtension {
String src
@CAMOBAP
CAMOBAP / build.gradle
Created September 18, 2015 07:49
Cocos2dx build.gradle
apply plugin: 'com.android.application'
android {
compileSdkVersion 22
buildToolsVersion "22.0.1"
buildDir = 'bin'
buildTypes {
release {