refactor: format project

This commit is contained in:
2021-11-21 17:02:42 +01:00
parent 0f328e6f81
commit f48af51dc7
36 changed files with 162 additions and 162 deletions

View File

@@ -8,7 +8,7 @@
#include "render/shaders/WorldShader.h"
#ifdef __ANDROID__
static const char vertexSource[] =
static const char vertexSource[] =
R"(#version 300 es
precision mediump float;
@@ -31,7 +31,7 @@ void main(void){
}
)";
static const char fragmentSource[] =
static const char fragmentSource[] =
R"(#version 300 es
precision mediump float;