Added KrCompileAllShaders and stub implementation

This commit is contained in:
2020-08-06 18:15:58 -07:00
parent b405c3014f
commit 78172b5abc
9 changed files with 77 additions and 10 deletions

View File

@@ -34,6 +34,7 @@ using namespace kraken;
#include <stdio.h>
#include "../3rdparty/tinyxml2/tinyxml2.h"
#include "../3rdparty/glslang/glslang/Public/ShaderLang.h"
#if defined(__APPLE__)
#include <sys/mman.h>