This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Command line for SwiftShader minimal build (Win32) | |
cmake .. -G "Visual Studio 16 2019" -A x64 -Thost=x64 -DSWIFTSHADER_BUILD_EGL=FALSE -DSWIFTSHADER_BUILD_GLESv2=FALSE -DSWIFTSHADER_BUILD_PVR=FALSE -DSWIFTSHADER_BUILD_TESTS=FALSE -DSWIFTSHADER_WARNINGS_AS_ERRORS=FALSE -DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=FALSE -DSWIFTSHADER_ENABLE_ASTC=FALSE -DSPIRV_SKIP_EXECUTABLES=TRUE | |
Command line for SwiftShader minimal build (Other) | |
cmake .. -DSWIFTSHADER_BUILD_EGL=FALSE -DSWIFTSHADER_BUILD_GLESv2=FALSE -DSWIFTSHADER_BUILD_PVR=FALSE -DSWIFTSHADER_BUILD_TESTS=FALSE -DSWIFTSHADER_WARNINGS_AS_ERRORS=FALSE -DREACTOR_ENABLE_MEMORY_SANITIZER_INSTRUMENTATION=FALSE -DSWIFTSHADER_ENABLE_ASTC=FALSE -DSPIRV_SKIP_EXECUTABLES=TRUE | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
06-16 02:20:26.931 6715-6782/? E/cinder﹕ |error | virtual void Grove::draw()[478] GL_INVALID_OPERATION | |
06-16 02:20:35.011 2965-2965/? I/DEBUG﹕ pid: 6715, tid: 6782, name: Thread-3986 >>> com.simongeilfus.grove.grove <<< | |
06-16 02:20:35.021 2965-2965/? I/DEBUG﹕ #00 pc 000d811c /data/app/com.simongeilfus.grove.grove-2/lib/arm/libGrove.so (cinder::gl::Texture2d::Format::Format()+17) | |
06-16 02:20:35.021 2965-2965/? I/DEBUG﹕ #01 pc 000df529 /data/app/com.simongeilfus.grove.grove-2/lib/arm/libGrove.so (Terrain::Tile::buildOcclusionMesh()+468) | |
06-16 02:20:35.241 3524-7756/? W/ActivityManager﹕ Force finishing activity com.simongeilfus.grove.grove/.GroveActivity | |
06-16 02:20:35.241 3524-7756/? V/ApplicationPolicy﹕ isApplicationStateBlocked userId 0 pkgname com.simongeilfus.grove.grove | |
06-16 02:20:35.281 3524-3549/? D/AssetManager﹕ addAssetPath path =/data/app/com.simongeilfus.grove.grove-2/base.apkmapset is 0 | |
06-16 02:20:35.281 3524-3549/? D/AssetManager﹕ addAssetPath path =/data/app/com.simon |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by CinderAppBuildPlugin: Sun Jun 14 11:48:02 PDT 2015 | |
# | |
LOCAL_PATH := $(call my-dir) | |
include $(CLEAR_VARS) | |
LOCAL_MODULE := libcinder_d | |
LOCAL_SRC_FILES := /Users/hai/code/cinder/cinder_chaoticbob/lib/android/$(TARGET_PLATFORM)/$(TARGET_ARCH_ABI)/libcinder_d.a | |
include $(PREBUILT_STATIC_LIBRARY) | |
include $(CLEAR_VARS) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../paper-tabs/paper-tabs.html"> | |
<link rel="import" href="../paper-tabs/paper-tab.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-drawer-panel/core-drawer-panel.html"> | |
<polymer-element name="my-element"> | |
<template> | |
<style> | |
:host { | |
position: absolute; | |
width: 100%; | |
height: 100%; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<link rel="import" href="../core-scaffold/core-scaffold.html"> | |
<link rel="import" href="../core-header-panel/core-header-panel.html"> | |
<link rel="import" href="../core-menu/core-menu.html"> | |
<link rel="import" href="../core-item/core-item.html"> | |
<link rel="import" href="../core-icon-button/core-icon-button.html"> | |
<link rel="import" href="../core-toolbar/core-toolbar.html"> | |
<link rel="import" href="../core-menu/core-submenu.html"> | |
<polymer-element name="my-element"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/// | |
/// MyNameSpace | |
/// | |
var MyNameSpace = (function() { | |
/// | |
/// Constants | |
/// | |
var Constants = Object.freeze({ | |
PI : 3.141592, |